Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://api.timeless.day/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "not_found",
    "message": "Resource not found",
    "details": [
      {
        "field": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API token from your Timeless dashboard.

Path Parameters

webhook_id
string
required

The webhook ID (e.g., whk_abc123).

Response

Webhook deleted successfully.