DELETE
/
accounts
/
{account_id}
/
glossaries
/
{glossary_id}
/
terms
/
{term_id}
/
translations
/
{id}
cURL
curl "https://api.phrase.com/v2/accounts/:account_id/glossaries/:glossary_id/terms/:term_id/translations/:id" \
  -u USERNAME_OR_ACCESS_TOKEN \
  -X DELETE

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

account_id
string
required

Account ID

glossary_id
string
required

Glossary ID

term_id
string
required

Term ID

id
string
required

ID

Response

204

The resource was deleted successfully.