Skip to main content
DELETE
/
organization
/
rules
/
{id}
Delete a ruleset
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.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer
required

ID of the ruleset to delete.

Response

Ruleset deleted successfully.