DELETE
/
Organization
/
{orgId}
curl --request DELETE \
  --url https://api-sandbox.payabli.com/api/Organization/{orgId} \
  --header 'requestToken: <api-key>'
{
  "isSuccess": true,
  "responseText": "Success",
  "responseData": 245
}

Authorizations

requestToken
string
header
required

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

Path Parameters

orgId
integer
required

The numeric identifier for organization, assigned by Payabli.

Example:

123

Response

200
application/json

Success

The response is of type object.