ZAPPYPAG
  1. keys
ZAPPYPAG
  • Identity and Access Management
    • auth
      • Login
      • Logout
      • RefreshToken
    • bff
      • Session
    • Info
      GET
    • Health
      GET
  • Banking as a Service
    • account
      • keys
        • CreatePixKey
          POST
        • GetPixKeys
          GET
        • GetPixKey
          GET
        • CancelPixKey
          DELETE
        • GetPixKeyInfo
          GET
      • pix
        • GeneratePixQRCode
        • GetPixQRCode
        • GetPixInTransactions
        • GetPixInRefunds
        • GetPixRefund
        • GenerateRefundPixIn
        • CancelPixQRCode
      • withdraw
        • BankAccountWithdraw
        • PixAccountWithdraw
        • GetAccountWithdraw
        • CancelAccountWithdraw
        • GetAccountWithdraws
      • balance
        • GetAcountBalance
        • GetAccountTransactions
      • report
        • GetAccountReport
    • Info
      GET
    • Health
      GET
    • ErrorCodes
      GET
  • Back Office
    • account
      • GetAccounts
      • GetAccount
      • GetBalance
      • GetPixKeys
      • GetWebhooks
    • Info
      GET
    • Health
      GET
  1. keys

CancelPixKey

DELETE
https://stg.ws.zappy.com.br/baas/v1/account/{{id}}/pix/key/019a3252-3c18-73e6-91b0-db8042943c50

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://stg.ws.zappy.com.br/baas/v1/account//pix/key/019a3252-3c18-73e6-91b0-db8042943c50' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-11-04 18:44:55
Previous
GetPixKey
Next
GetPixKeyInfo
Built with