跳到主要内容

删除 Alias 的 PIX 密钥

请求

ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/pix_key/PIX_KEY
MÉTODO
DELETE
请求体

{}


路径参数

字段类型描述字符数
account_keyuuidv4账户唯一密钥。36
alias_keyuuidv4Alias 唯一密钥。36
pix_keystring将被删除的 PIX 密钥。200

响应

STATUS
200
响应体
{}
STATUS
4XX
响应体:错误
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP 状态码QI 错误码
code
标题
title
英文描述
Description
葡文描述
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}