Engine
Covers Engine 2.0.0
rapid/delete-channels
Deletes multiple local channels in one protected RAPID configuration transaction.
- Category: Channels and Persistence
Request payload
| Field | Type | Requirement | Description |
|---|---|---|---|
channel_names | array<string> | Required | Flat local channel names to delete; duplicates are ignored. |
Response payload
| Field | Type | Description |
|---|---|---|
deleted | array<string> | Channels removed from RAPID. |
not_found | array<string> | Requested channels that no longer existed. |
requested_count | integer | Number of unique validated channel names. |
deleted_count | integer | Number of channels removed. |