Remove Subscriber From Segmentdelete https://{APP_DOMAIN}/api/3.2/messages/segments/{segment}/subscribers/{email}Removes a subscriber from a segment. The subscriber record is preserved, only the segment association is removed.Path ParamssegmentintegerrequiredThe segment ID to remove the subscriber from.emailstringrequiredThe email of the subscriber.Query ParamsactiveStatusbooleanSet activeStatus to true for subscriber to be 'Active', false for 'inactive', null or empty is a 'lead'. Can be true, 1, false, 0, or empty.truefalseResponse 200The deleted subscriberUpdated 22 days ago