Saltar al contenido principal
DELETE
/
v1
/
dict
/
entries
/
{entry_id}
Eliminar una Entrada
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>'
{}

Autorizaciones

Authorization
string
header
requerido

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

Encabezados

X-Account-Id
string
requerido

Identificador único de la Cuenta del Ledger Midaz (formato UUID).

X-Reason
enum<string>
requerido

Razón para eliminación: USER_REQUESTED, ACCOUNT_CLOSURE, BRANCH_TRANSFER, RECONCILIATION, FRAUD o RFB_VALIDATION.

Opciones disponibles:
USER_REQUESTED,
ACCOUNT_CLOSURE,
BRANCH_TRANSFER,
RECONCILIATION,
FRAUD,
RFB_VALIDATION

Parámetros de ruta

entry_id
string
requerido

Identificador único de la entrada Pix (formato UUID).

Respuesta

Entrada eliminada exitosamente.

The response is of type object.