Delete the rule by its ID
Deletes the schema rule with the provided ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ruleIdstringRequiredExample:
Schema Rule Identifier
000000000000000000000001Responses
200
Successful operation.
application/json
booleanOptional
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
delete/schema-rules/{ruleId}
DELETE /api/v1/schema-rules/{ruleId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
truePreviousUpdate the configuration of the rule with the corresponding ID
NextActivate the rule with the specified ID
Last updated