title: Delete a rule keywords:
- delete a rule
- delete
- rule
Soft delete a rule. Requires owner access.
DELETEhttps://api.aitronos.com/v1/organizations/{org_id}/rules/{rule_id}
org_id string required
The org id parameter.
rule_id string required
The rule id parameter.
force boolean optional ยท Defaults to false
Force delete even if rule has active attachments
A JSON object with the operation result.
cURL
- Bash
- Python
- Python
- JavaScript
curl -X DELETE "https://api.aitronos.com/v1/organizations/{org_id}/rules/{rule_id}" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
204 No Content - No response body