Skip to main content

Detach leader from stream

DELETE 

/api/streams/{stream_id}/leaders/{leader_id}

This endpoint allows you to detach a leader from a stream

Required permissions:

  • settings.company: allows detaching leaders from streams.

Request

Path Parameters

    stream_id stringrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the stream

    leader_id stringrequired

    Possible values: Value must match regular expression [0-9]+

    The ID of the person to detach from the stream as leader

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Leader successfully detached from the stream.

Loading...