Delete

  • DELETE
  • /workspaces
  • /:domain
  • /webhooks
  • /:webhook_id

Deletes a webhook.

Request

REQUIRED SCOPES
WORKSPACE, WEBHOOK_MANAGE
URL PARAMETERS
domainrequired string
The workspace domain.
webhook_idrequired integer
The numerical ID of the desired webhook.

Last modified on Oct 3, 2024

Example:

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:domain/webhooks/:webhook_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 No Content
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999