DELETE
/
accounts
/
{account_id}
/
job_templates
/
{job_template_id}
/
locales
/
{job_template_locale_id}
cURL
curl "https://api.phrase.com/v2/accounts/:account_id/job_templates/:job_template_id/locales/:job_template_locale_id" \
  -u USERNAME_OR_ACCESS_TOKEN \
  -X DELETE \
  -H 'Content-Type: application/json'

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

job_template_id
string
required

Job Template ID

job_template_locale_id
string
required

Job Template Locale ID

Response

204

The resource was deleted successfully.