MngDeleteAIWorkflowBinding¶
DELETE ai/workflow/binding
Marks a binding as deleted. Notifications it produced remain in the journal — the record of what was sent to a client must outlive the rule that produced it.
Access Control¶
Allowed: admin.
Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
int | Binding id |
Response Data¶
{ "id": 3, "deleted": true }
Errors¶
| Code | Error | Description |
|---|---|---|
403 |
AI_ACCESS_DENIED |
Not an administrator, or the binding belongs to another brand |
404 |
AI_INVALID_DATA |
No such binding in this scope |