API Reference
Log In

Removing Key

This endpoint is exclusive to indirect participants. In the case you're a BaaS client, check the endpoint in this collection.

Request

DELETE 'https://apisandbox.delbank.com.br/indirect-pix/api/v1/dict/entries'

Headers

NameDescription
x-delbank-api-keyRequired. API key
IdempotencyKeyRequired. Key idempotence of the request. Enter a GUID, a new one for each request.

Body

NameTypeDescription
reasonenumRequired.Removal reason. Domains:
USER_REQUESTED
keystringRequired. Pix key
{
    "key": "+5555991000031",
    "reason": "USER_REQUESTED"
}

Response

The status code 200 will indicate success in the transaction.