Delete an Entry
Delete an Entry
Use this endpoint to delete (inactivate) an existing Pix entry associated with an account.
Notes:
- This operation performs a logical deletion, changing the entry status to INACTIVE rather than physically removing it from the system.
DELETE
Delete an Entry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
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
Unique identifier of the Pix entry (UUID format).
Response
Entry deleted successfully.
The response is of type object.

