For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete the rule by its ID

Deletes the schema rule.

delete

Deletes the schema rule with the provided ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ruleIdstringRequired

Schema Rule Identifier

Example: 000000000000000000000001
Responses
200

Successful operation.

application/json
booleanOptional
delete
/schema-rules/{ruleId}

Last updated