segments
Remove users from a manually managed audience segment
Remove users in bulk from the specified manual audience segment.
Bulk Update Behavior:
- Accepts a JSON array of user_ids in the request body.
- Returns successes (users successfully removed) and failures (users who were not members of the segment).
put/api/segments/{id}/remove_users
Path parameters
idinteger required
Unique segment numerical ID.
Request body
Response
Result of removing the users to the segment.