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