Actions
Delete Rule
Deletes a single rule by its unique ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Rule ID | Rule’s unique ID (uuid). |
| Parameter | Description |
|---|---|
| Consistency | Return when data is ready for read or query. |
| Correlation ID | ID to correlate multiple requests. |
| Timeout | Time to wait before consistency=query throws. |
| Transaction ID | ID for a transaction. |
{
"_status": {
"status": 0,
"code": "string"
},
"_meta": {
"stats": {
"offset": 0,
"limit": 0,
"total": 0
},
"origin": {}
}
}
Was this page helpful?