Delete Notification

DELETE /client/notifications/{id}/

Use the DELETE /client/notifications/{id}/ endpoint to delete a specific notification by providing its unique id.


Parameters

Path Parameter:

Name
Type
In
Description
Required

id

integer

path

A unique integer value identifying the notification.

Yes


Responses

204 No Content

Description: The notification was successfully deleted, and there is no content in the response body.

Example Response: No content in the response body.

Last updated