Skip to main content
DELETE
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://caliper.alpha-1edtech.ai/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "errors": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Webhook deleted successfully

status
string
required
Allowed value: "success"
message
string
required
errors
any