# N-able GraphQL Operation mutation TagsDelete($input: TagsDeleteMutationInput!) { tagsDelete(input: $input) { # tagsDelete fields } }Copied!