Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://app.timelines.ai/integrations/api/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": "error"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

an ID of webhook

Response

Success