Skip to main content
DELETE
/
v1
/
dict
/
entries
/
{entry_id}
Delete an Entry
curl --request DELETE \
  --url https://plugin-pix-indirect.api.lerian.net/v1/dict/entries/{entry_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Account-Id: <x-account-id>' \
  --header 'X-Reason: <x-reason>'
{}

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.