put https://pushcrew.com/api/v1/segments/:segmentId/subscribers
This endpoint is used to remove subscribers from a segment. The request method of this call needs to be "PUT". This will not delete the subscribers permanently. They can be added to a different segment later on.
The segment id of the segment is passed in the URL and the list of subscribers to be removed from the segment is passed in JSON format in the request body.