Directus / @directus/sdk / rest / deleteTranslation
Function: deleteTranslation() ​
deleteTranslation<
Schema
>(key
):RestCommand
<void
,Schema
>
Defined in: rest/commands/delete/translations.ts:30
Delete an existing translation.
Type Parameters ​
• Schema
Parameters ​
key ​
DirectusTranslation
<Schema
>["id"
]
Returns ​
RestCommand
<void
, Schema
>
Throws ​
Will throw if key is empty