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

Authorizations

requestToken
string
header
required

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

Path Parameters

lineItemId
integer
required

ID for the line item (also known as a product, service, or item).

Required range: x >= 0

Response

200
application/json

Success

The response is of type object.