DELETE
/
authorizations
/
{id}
cURL
curl "https://api.phrase.com/v2/authorizations/:id" \
  -u USERNAME \
  -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

id
string
required

ID

Response

204

The resource was deleted successfully.