curl --request DELETE \
  --url https://api.ext.pix.dbs.moneyp.dev.br/api/Chave/Excluir \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>"
}

Through this endpoint, partners can delete registered Pix keys. Both clients and partners can remove a previously registered key from their account and securely manage their keys in transactions.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

Chave
string

Chave PIX cadastrada à ser excluida.

Response

200 - application/json
Success
sucesso
boolean

Indica se a operação foi realizada com sucesso.

mensagem
string | null

Descrição detalhada do resultado da operação, incluindo informações sobre erros ou mensagens complementares.

Was this page helpful?