Verify that a specified rule exists

delete/commons/validations/rules/{ruleId}
Internal-Use Only

Determines whether a specified authorization rule exists.

Request Samples

1

Response Samples

1{
2 "links": [],
3 "valid": true,
4 "version": 1
5}

Path Parameters

NameTypeRequiredDescription
ruleId
string
true

The ID of the rule.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request was invalid.