qs/delTakerFromStream

POST api/qs/delTakerFromStream

Sent by a LP to FM to remove a taker from a stream’s consumer list. Removing the last remaining taker from a stream is not allowed.

Request

{
  "streamId": <string>,
  "takerId": <Efx::ClientId>
}

Request Fields

Field
Type
Description

streamId

string

ID of a stream to update, required

takerId

ClientID

ID of a taker to remove, required

Response

{
  "error": <int>
}

Response Fields

Field
Type
Description

error

int

Error code, 0 or not present on success, optional

Last updated