Skip to main content
DELETE
/
v1
/
{workspace}
/
translation
/
content
/
{locale_file}
/
Delete Translation
curl -X DELETE "https://management-api.suprsend.com/v1/{workspace}/translation/content/{locale_file}/" \
  --header 'Authorization: ServiceToken <token>'
This response does not have an example.

Authorizations

ServiceToken <token>
string
header
required

You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.

Path Parameters

workspace
string
required

Workspace slug (staging, production, etc.)

locale_file
string
required

Locale file name (e.g., "fr.json", "es-MX.json", "auth.en.json")

Response

Translation file deleted successfully