v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Delete Notification

This API endpoint deletes a notification.

delete/v1/notifications/{id}

Path parameters

idstring required

The ID of the notification to delete.

Response

200

idstring
objectstring
deletedboolean

Example response

{
  "id": "<notificationId>",
  "object": "notification",
  "deleted": true
}