curl --request DELETE \
--url https://api.getfernand.com/organization/rules/{id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}curl --request DELETE \
--url https://api.getfernand.com/organization/rules/{id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}Permanently deletes a ruleset and all its associated execution history. All rules with higher priority values are automatically shifted up to fill the gap. This action cannot be undone.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the ruleset to delete.
Ruleset deleted successfully.
Was this page helpful?