Remove user member from organization
Remove a user's membership from the specified organization.
Path parameters
-
The unique identifier of the organization.
-
The unique identifier of the user.
DELETE /api/organizations/{id}/users/{userId}
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id}/users/{userId} \
-H "Authorization: Bearer $ACCESS_TOKEN"