Delete a translation

Delete a specific translation by resource type, resource ID and locale

DELETE
/v2/translations/{resourceType}/{resourceId}/{locale}

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Path Parameters

resourceTypeRequiredstring

Resource type

Value in: "workflow"
resourceIdRequiredstring

Resource ID

localeRequiredstring

Locale code

Header Parameters

idempotency-keystring

A header for idempotency purposes

Response Body

Translation deleted successfully

curl -X DELETE "https://api.novu.co/v2/translations/workflow/string/string" \
  -H "idempotency-key: string" \
  -H "Authorization: <token>"
Empty

On this page

No Headings
Edit this page on GitHub