Light APIv1.0.0

API / Reference / Card Transactions

Remove transaction receipt

DELETE https://api.light.inc/v1/card-transactions/{transactionId}/receipt

Removes the attached receipt document from a card transaction

Clears receiptDocumentKey on the transaction; the stored file itself is kept. Works in any status and answers with an empty body.

Authorization

Send one of these on every request. See Authentication for how to get credentials.

  • API key

    Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

  • Bearer token

Path parameters

  • transactionId string · uuidrequired

Response

This endpoint returns no content.