Delete a webhook

Remove a registered webhook by ID.

DELETE
/webhooks/{webhookId}
AuthorizationBearer <token>

In: header

Path Parameters

webhookId*string

Unique identifier of the webhook

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/webhooks/string"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}