Delete a Pix key
Deletes a Pix key from the DICT. The key must belong to the requesting participant.
Path Parameters
- Type: stringkeyrequired
Pix key value to delete (CPF, CNPJ, phone, email, or EVP)
Query Parameters
- Type: string enumreasonrequired
Reason for the key deletion
Reason for the key operation (creation, update, or deletion)
values- U
S E R _ R E Q U E S T E D - R
E C O N C I L I A T I O N - A
C C O U N T _ C L O S U R E - B
R A N C H _ T R A N S F E R - F
R A U D - D
E F A U L T _ O P E R A T I O N - R
F B _ V A L I D A T I O N
Headers
- Type: stringIdempotency
- Key requiredUnique idempotency key for the request
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/api/v1/keys/{key}
curl 'http://localhost/api/v1/keys/{key}?reason=USER_REQUESTED' \
--request DELETE \
--header 'Idempotency-Key: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"scheduleId": "string",
"requestId": "string",
"operationType": "CREATE",
"status": "PENDING",
"message": "string",
"createdAt": "2026-09-16T19:14:18.843Z"
}