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