Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete a 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

OAuth 2.0 Client Credentials issuing JWT Bearer access tokens.

Path Parameters

webhookId
string
required

Response

Successful Response