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
responseCode
integer | null

Code for the response. Learn more in API Response Codes.

Example:

1

pageIdentifier
string | null

Auxiliary validation used internally by payment pages and components.

Example:

null

isSuccess
boolean

If isSuccess = true, responseData contains the notification identifier.

If isSuccess = false, responseData contains the reason for the error.

Example:

true

responseText
string | null

Response text for operation: 'Success' or 'Declined'.

Example:

"Success"

responseData

When the request was successful, this contains the notification ID, or nID used to manage the notifcation.

Example:

"1894232"