Remove a profile from a static group
Group Profile
Remove a profile from a static group
A POST to /groups/definitions/{group}/profiles/{profile}/remove soft-removes the
active membership (sets removed_at + removed_reason + removed_by_profile_id). POST (not
DELETE) so the payload is explicit; body fields mirror the columns —
removed_reason (defaults to GroupMembership::REMOVED_REASON_MANUAL when omitted) and
removed_by_profile_id. Returns the removed membership (200), or 404 when the profile has
no active membership in the group (the removal target does not exist).
POST
Remove a profile from a static group
Body
application/json
Response
GroupProfile