Skip to main content
DELETE
/
bill
/
{billId}
Delete a bill
curl --request DELETE \
  --url https://rest.staging.nickel.com/bill/{billId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

billId
string
required

ID of the bill to delete

Response

Bill deleted

message
string