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

FieldTypeRequirementDescription
channel_namesarray<string>RequiredFlat local channel names to delete; duplicates are ignored.

Response payload

FieldTypeDescription
deletedarray<string>Channels removed from RAPID.
not_foundarray<string>Requested channels that no longer existed.
requested_countintegerNumber of unique validated channel names.
deleted_countintegerNumber of channels removed.