Delete Translation Style

Delete an owned custom translation style. Built-in styles cannot be deleted.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

translation_style_idstringRequired
Custom translation style ID.

Response

This endpoint returns an object.
deletedboolean
True when the custom style was deleted.
translation_style_idstring
Deleted custom translation style ID.

Errors

400
Invalid Translation Style
401
Authentication Error
404
Translation Style Not Found
429
Rate Limit Error