Notifications
Delete notification
DELETE
/api/v1/notifications/:idRemoves a single notification.
Requires Authorization
Session
Path parameters
idstringrequired | Notification ID. |
Request
curl --request DELETE \
--url https://api.swiftgoma.com/api/v1/notifications/:id \
--header 'Authorization: Bearer <access_token>'200Example response
{
"success": true,
"data": {
"deleted": true
}
}