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