Pix Key deletion for an Alias
Request
ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/pix_key/PIX_KEYMETHOD
DELETERequest Body
{}
Path Params
Field | Type | Description | Characters |
---|---|---|---|
account_key | uuidv4 | Unique account key. | 36 |
alias_key | uuidv4 | Unique alias key. | 36 |
pix_key | string | PIX key to be deleted. | 200 |
Response
STATUS
200Response Body
{}
STATUS
4XXResponse Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "description in portuguese",
"code": "codigo",
"extra_fields": {}
}
HTTP Code | QI Codecode | Titletitle | Description (eng)Description | Description (ptbr)translation |
---|---|---|---|---|
403 | PIX000080 | Not enough permission | The selected agent is not an Pix Indirect Participant | O agente selecionado não é um Participante Indireto do Pix |
404 | PIX000082 | Alias not found | Alias {alias_key} not found | Alias {alias_key} não encontrado |
400 | PIX000087 | Pix key type | Only pix key type random_key is currently implemented for alias | Random_key é o único tipo atualmente implementado para alias |
404 | PIX000083 | Pix Key not found | Pix Key {pix_key} not found for Alias {alias_key} | Chave Pix {pix_key} não encontrada para o Alias {alias_key} |