cURL
curl --request DELETE \ --url https://rest.staging.nickel.com/bill/{billId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the bill to delete
Bill deleted