Examplary
  • Start for free

    Remove group member

    Remove a member from the group. Requires group manager/owner role or org admin/owner. Cannot remove the owner.

    DELETE https://api.examplary.ai/groups/{id}/members/{userId}

    Path parameters

    idstringrequired

    Group ID

    userIdstringrequired

    User ID of the member

    Responses

    200 — Member removed.

    403 — Insufficient permissions.

    404 — Group not found.

    Requirements

    OAuth scopes

    This endpoint requires the permissions:write scope to be present.