Skip to main content
DELETE
/
bills
/
{billID}
Delete Bill By ID
curl --request DELETE \
  --url 'http://{{baseurl}}/bills/{billID}' \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Path Parameters

billID
string
required

Response

200 - application/json

Successful response