Skip to main content
DELETE
/
webhook-filters
/
{id}
Delete a webhook filter
curl --request DELETE \
  --url https://caliper.alpha-1edtech.ai/webhook-filters/{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.

Path Parameters

id
string
required

Response

200 - application/json

Webhook filter deleted successfully

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