Remove durable subscribers
Operation boundary
- Caller: Protected operator boundary only
- Scope: Removes existing members without implicitly creating the Channel; channel_type=0 is passed through unchanged.
- Atomicity: Member removal and large refresh are separate stages and may partially complete.
Deprecated
POST
/channel/subscriber_removeRemoves non-blank subscribers; unlike subscriber_add, channel_type 0 is not normalized.
Request Body
application/json
Ordinary subscribers to remove.
TypeScript Definitions
Use the request body type in TypeScript.
Ordinary-subscriber removal parameters.
Response Body
application/json
application/json
application/json
{ "status": 200}