Unlink a child key from a parent key
Removes a single child key from a parent key’s link group. A link group is the relationship model that keeps child keys synchronized with a parent: while linked, a child key’s translations are derived from the parent’s content. When you call this endpoint, the child key leaves the group and becomes independent — its existing translations are updated with the parent’s current content and then marked unverified, signalling that reviewers should confirm the content is still appropriate for the child’s context.
Use this endpoint when you need to detach one specific child key while keeping other children linked. To detach multiple children at once, use the batch unlink endpoint. This operation is only available on main projects.
It returns 422 when the child key is not currently linked to the specified parent key, or when a translation update fails during the unlink process.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Parent Translation Key ID
The ID of the child translation key to unlink from the parent.
"1234abcd1234cdef1234abcd1234cdef"