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>"
}

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