deleteOrganizationMember
Remove a member from the organization.
This revokes all group memberships and cancels any pending invitations for the
specified email address. The member immediately loses access to all organization
resources. Requires the organization:manage action.
deleteOrganizationMember(
organizationId: ID!
email: String!
): DeletedOrganizationMemberPayload
Arguments
deleteOrganizationMember.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
deleteOrganizationMember.email ● String! non-null scalar {#email}
Email address of the member to remove.