1. Webhook
  • Bem vindo
  • Webhook
    • Webhook de TRANSAÇÃO
    • Webhook de Saque
    • Create
      POST
    • Find
      GET
    • Find All
      GET
    • Delete
      DELETE
  • Transactions
    • Pix
      POST
    • BOLETO
      POST
    • CARTÃO
      POST
    • Find All
      GET
    • Find
      GET
    • Find By Metadata
      GET
  • Withdraw
    • Find All
      GET
    • Cash Out
      POST
    • Find By Metadata
      GET
    • Find
      GET
  • Balance
    • Get Balance
      GET
  • Disputes
    • Find All
      GET
    • Find
      GET
    • Seller appeal
      POST
  • Fees
    • Get seller Fees
      GET
  • Check
    GET
  1. Webhook

Delete

DELETE
/webhooks/42f223af-17a2-4b2e-ba42-400e4f5bb5381

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************

Respostas

🔴500Server Error
application/json
Body

🟢200OK
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/webhooks/42f223af-17a2-4b2e-ba42-400e4f5bb5381' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "message": "Internal server error",
    "code": "INTERNAL_SERVER_ERROR",
    "timestamp": "2025-06-27T18:50:02.843Z",
    "path": "/webhooks/9a8022e9-36a8-405f-91b4-7fdc999b90251"
}
Modificado em 2025-10-22 13:17:40
Página anterior
Find All
Próxima página
Pix
Built with