Im trying to remove people from an org using graphql syntax with this code:
mutation RemoveUserFromPipe {
removeUserFromOrg(
input: {organization_id: "", email: ""}
) {
success
clientMutationId
}
}
i’m not very sure thats right, some of you guys can help me with it?