Skip to main content

Pix Key deletion for an Alias

Request

ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/pix_key/PIX_KEY
METHOD
DELETE
Request Body

{}


Path Params

FieldTypeDescriptionCharacters
account_keyuuidv4Unique account key.36
alias_keyuuidv4Unique alias key.36
pix_keystringPIX key to be deleted.200

Response

STATUS
200
Response Body
{}
STATUS
4XX
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "description in portuguese",
"code": "codigo",
"extra_fields": {}
}
HTTP CodeQI Code
code
Title
title
Description (eng)
Description
Description (ptbr)
translation
403PIX000080Not enough permissionThe selected agent is not an Pix Indirect ParticipantO agente selecionado não é um Participante Indireto do Pix
404PIX000082Alias not foundAlias {alias_key} not foundAlias {alias_key} não encontrado
400PIX000087Pix key typeOnly pix key type random_key is currently implemented for aliasRandom_key é o único tipo atualmente implementado para alias
404PIX000083Pix Key not foundPix Key {pix_key} not found for Alias {alias_key}Chave Pix {pix_key} não encontrada para o Alias {alias_key}