Thrive AI Health
Api reference

Remove a member's account from the caller's org

Detaches the member from this org. The underlying user record is not deleted — a user may belong to multiple orgs. Returns `204 No Content`.

DELETE
/v1/admin/org/members/{member_id}

Path Parameters

member_id*Member Id

Header Parameters

org-id?string|null
x-user-id?string|null
x-request-id?string|null
traceparent?string|null
Idempotency-Key?|null

Response Body

application/json

curl -X DELETE "https://loading/v1/admin/org/members/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}