DELETE
/
Notification
/
{nId}
curl --request DELETE \
  --url https://api-sandbox.payabli.com/api/Notification/{nId} \
  --header 'requestToken: <api-key>'
{
  "responseCode": 1,
  "pageIdentifier": null,
  "isSuccess": true,
  "responseText": "Success",
  "responseData": 872934
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

nId
string
required

Notification ID.

Response

200
application/json

Success

The response is of type object.