cURL
curl --request DELETE \ --url https://api.machines.cash/consumer/v1/cards/disposable/{proposalId} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
Cancel disposable proposal
When to use this: Cancel unused pending disposable proposal.
Required scope: cards.write.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes