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)
Headers
- Type: stringIdempotency
- Key requiredUnique idempotency key for the request (UUID format)
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/api/v1/keys/{key}
curl 'http://localhost:8080/api/v1/keys/{key}' \
--request DELETE \
--header 'Idempotency-Key: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"scheduleId": "string",
"requestId": "string",
"operationType": "CREATE",
"status": "PENDING",
"message": "string",
"createdAt": "2026-07-29T19:28:46.731Z"
}