v1
latestOpenAPI 3.1.02026-07-24770322.0 KBDelete Notification
This API endpoint deletes a notification.
delete/v1/notifications/{id}
Path parameters
idstring required
The ID of the notification to delete.
Response
200
Example response
{
"id": "<notificationId>",
"object": "notification",
"deleted": true
}