删除 Alias 的 PIX 密钥
请求
ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/pix_key/PIX_KEYMÉTODO
DELETE请求体
{}
路径参数
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_key | uuidv4 | 账户唯一密钥。 | 36 |
alias_key | uuidv4 | Alias 唯一密钥。 | 36 |
pix_key | string | 将被删除的 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 |
|---|---|---|---|---|
| 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} |