Remove a member from a family

DELETE/families/{familyID}/members/{memberID}

Removes a member from the family. The member loses access to the family's children and policies immediately; requires the `owner` or `admin` role.

Auth:Bearer

Path parameters

familyID

uuidrequired
memberID

uuidrequired
Request
bash
curl -sS -X DELETE "https://phosra-api-sandbox-production.up.railway.app/api/v1/families/f0000000-0000-4000-8000-0000000000f1/members/3fa85f64-5717-4562-b3fc-2c963f66afa6" \
  -H "Authorization: Bearer $PHOSRA_API_KEY"