Zilfu
API ReferenceWebhooks

Delete a webhook

Permanently removes the webhook endpoint.

DELETE
/spaces/{space}/webhooks/{webhook}
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

webhook*integer

The webhook ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0/webhooks/0"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}