Delete the rule by its ID
Deletes the schema rule with the provided ID.
Authorizations
Path parameters
ruleIdstringRequiredExample:
Schema Rule Identifier
000000000000000000000001
Responses
200
Successful operation.
application/json
Responseboolean
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
delete
DELETE /api/v1/schema-rules/{ruleId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
true
Last updated