Skip to main content

Delete Notification

This API deletes an existing notification identified by its unique ID.

Endpoint Details

URL/v1/notifications/id
MethodDELETE
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Request Path

To delete a specific notification, use the following request format:

/v1/notifications/722e2118-f813-4940-a992-c5aea7173b93

Path Parameter

ParameterTypeDescription
idUUIDUnique identifier of the notification to delete

Response

Here is an example response after the request has been successfully processed:

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether the notification was successfully deleted

info
  • A valid Bearer Token is required to access this endpoint.
  • The id path parameter must reference an existing notification.
  • Deleting a notification is permanent and cannot be undone.