DubPay
  1. PAYMENTS
DubPay
  • DUBPAY API
    • Login
      POST
    • Request Withdraw
      POST
    • Cancel Order
      DELETE
    • Request Anticipation
      POST
  • PAYMENTS
    • Get Balance
      GET
    • Get Waiting Funds
      GET
    • Get Transactions
      GET
    • Request Withdraw
      POST
    • Create Order
      POST
    • List taxes
      GET
    • List Seller Webhooks
      GET
    • Create Seller Webhook
      POST
    • Update Seller Webhook
      PUT
    • Delete Seller Webhook
      DELETE
  1. PAYMENTS

Delete Seller Webhook

Develop Env
https://payments.dubpay2.com.br/api
Develop Env
https://payments.dubpay2.com.br/api
DELETE
https://payments.dubpay2.com.br/api
/seller-webhook/{id}
Apaga um webhook

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Id do webhook
Example:
51
Header Params
store-id
string 
required
UUID da loja
Example:
{{STORE_ID}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://payments.dubpay2.com.br/api/seller-webhook/51' \
--header 'store-id: '

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
🟢204NO CONTENT
Modified at 2025-03-07 22:14:30
Previous
Update Seller Webhook
Built with