DELETE
/
projects
/
{project_id}
/
keys
/
{id}
/
key_links
/
{child_key_id}
Unlink a child key from a parent key
curl --request DELETE \
  --url https://api.phrase.com/v2/projects/{project_id}/keys/{id}/key_links/{child_key_id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

id
string
required

Parent Translation Key ID

child_key_id
string
required

The ID of the child key to unlink.

Response

200

OK