DELETE
/
projects
/
{project_id}
/
keys
/
{id}
/
key_links
Batch unlink child keys from a parent key
curl --request DELETE \
  --url https://api.phrase.com/v2/projects/{project_id}/keys/{id}/key_links \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "child_key_ids": [
    "child_key_id1",
    "child_key_id2"
  ],
  "unlink_parent": false
}'
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

Body

application/json

Response

200

OK