Skip to content

Delete a notification

DELETE
/notifications/{id}
curl --request DELETE \
--url http://localhost:8000/api/v1/notifications/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

Notification deleted

Notification not found