curl --request DELETE \
--url https://staging.api.us.aptlydone.com/v1/notifications/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2026-01-12T09:08:08.140Z",
"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": "2026-01-12T09:08:08.140Z",
"message": "Success",
"data": {
"success": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.aptlydone.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Notification deleted successfully
Was this page helpful?