Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.allcovered.xyz/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true
  }
}
Delete a webhook endpoint.

Authorizations

Authorization
string
header
required

API key from StableBase dashboard

Path Parameters

id
string<uuid>
required

Resource ID

Response

Webhook endpoint deleted

data
object
required