curl --request DELETE \
--url https://staging.api.us.aptlydone.com/v1/notifications/{id} \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:23.434Z",
"message": "Success",
"data": {
"success": true
}
}
curl --request DELETE \
--url https://staging.api.us.aptlydone.com/v1/notifications/{id} \
--header 'Authorization: Bearer <token>'
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:23.434Z",
"message": "Success",
"data": {
"success": true
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Notification deleted successfully
The response is of type object
.