Skip to main content
DELETE
/
apps
/
{app_id}
/
webhooks
/
{webhook_id}
Delete a Webhook
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/webhooks/{webhook_id}
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

webhook_id
string
required

The ID of the webhook

Response

200 - application/json

The response is of type unknown.