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

Authorizations

requestToken
string
header
required

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

Path Parameters

appId
integer
required

Boarding application ID.

Example:

352

Response

200 - application/json

Success

The response is of type object.