Rule
Delete an Operation Rule
Delete an Operation Rule by UUID. Flow rejects deletion of rules that are still associated with a Rack or that are the active default for their (operationType, operationCode) tuple; dissociate / un-default first.
Rules are site-scoped; siteId must be the Site that owns the rule. Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
delete/v2/org/{org}/nico/task/rule/{id}
Query parameters
siteIdstring uuid required
ID of the Site that owns the rule (rules are site-scoped).
Response
Rule was deleted.
Changes
Changed in 2 of the 90 revisions of this API.2
- ○
added the non-success response with the status
504response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○