Skip to main content
DELETE
/
v3
/
evaluator-rules
/
{evaluator_rule_id}
Delete Rule Evaluator for an application
curl --request DELETE \
  --url https://api.example.com/v3/evaluator-rules/{evaluator_rule_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

evaluator_rule_id
string<uuid>
required

Path parameter for unique identifier of a Rule evaluator

Response