1
2
3
mutation PluginDelete($id: String!) {
	pluginDelete(id: $id)
}