Skip to main content
DELETE
/
v1
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.folk.app/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "wbk_8c18c158-d49e-4ad4-90d4-2b197688bac7"
  }
}
Delete an existing webhook from the workspace. To learn more about webhooks, how to set them up and receive notifications, check out the webhooks guide.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

webhookId
string
required

The ID of the webhook to delete.

Required string length: 40

Response

The ID of the deleted webhook.

data
object
required
Example:
{
"id": "wbk_8c18c158-d49e-4ad4-90d4-2b197688bac7"
}
deprecations
string[]
Example:
["This field is deprecated"]
I