cURL
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>" } ] } }
Permanently deletes a webhook. No further events will be delivered to its URL.
API token from your Timeless dashboard.
The webhook ID (e.g., whk_abc123).
whk_abc123
Webhook deleted successfully.