curl --request DELETE \
--url https://caliper.alpha-1edtech.ai/webhook-filters/{id} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"message": "<string>",
"errors": "<unknown>"
}Deletes a webhook filter by ID
curl --request DELETE \
--url https://caliper.alpha-1edtech.ai/webhook-filters/{id} \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"message": "<string>",
"errors": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.