English
cURL
curl --request DELETE \ --url https://api.phrase.com/v2/projects/{project_id}/keys/{id}/key_links/{child_key_id} \ --header 'Authorization: <api-key>'
{ "message": "Validation Failed", "errors": [ { "resource": "Resource", "field": "name", "message": "can't be blank" } ] }
Unlinks a single child key from a given parent key.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
Parent Translation Key ID
The ID of the child key to unlink.
OK
Was this page helpful?