cURL
curl --request DELETE \ --url https://api.ledger.so/v1/transactions/{transactionId}/receipt \ --header 'Api-Key: <api-key>'
{ "object": "receipt", "deleted": true }
Remove the receipt from a transaction.
API key for authentication. Get your key from the Dashboard.
The transaction ID
Receipt deleted
"receipt"
true