Last updated 20 days ago
Deletes the schema rule with the provided ID.
Schema Rule Identifier
"000000000000000000000001"
Successful operation.
const response = await fetch('/api/v1/schema-rules/{ruleId}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
false