v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
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

user_idsinteger[]

Response

Result of removing the users to the segment.