Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.waycore.com/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "message": "<string>",
  "requestId": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

webhookId
string
required

Response

Successful Response