Skip to main content
DELETE
Delete an Entry

Authorizations

Authorization
string
header
required

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

Headers

X-Account-Id
string
required

Unique identifier of the Midaz Ledger Account (UUID format).

X-Reason
enum<string>
required

Reason for deletion: USER_REQUESTED, ACCOUNT_CLOSURE, BRANCH_TRANSFER, RECONCILIATION, FRAUD, or RFB_VALIDATION.

Available options:
USER_REQUESTED,
ACCOUNT_CLOSURE,
BRANCH_TRANSFER,
RECONCILIATION,
FRAUD,
RFB_VALIDATION

Path Parameters

entry_id
string
required

Unique identifier of the Pix entry (UUID format).

Response

Entry deleted successfully.

The response is of type object.