Tool
support_rule_delete
Delete a delivery rule for good.
Delete a delivery rule for good. Unlike a survey, a rule is not archived — it has no responses behind it and nothing outlives it, so the row is removed and cannot be recovered. The survey it targeted is untouched. To stop delivery reversibly, set enabled to false instead
Behavior
- HTTP
DELETE /support/rules/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Rule id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | Id of the rule that was deleted |
| deleted | boolean | • | Always true — the rule is gone |
Try it
Delete a delivery rule for good.