This endpoint allows you deleting translation keys. The usage of this endpoint requires authorization.
Endpoint is available only in paid plans.
DELETE Endpoint
https://api.simplelocalize.io/api/v1/translations
curl
--location
--request DELETE 'https://api.simplelocalize.io/api/v1/translations' \
--header 'X-SimpleLocalize-Token: <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": [
{
"key": "EXAMPLE_KEY"
}
]
}'