searchaccount_circlelanguage

Removing template values

This chapter follows the Setting Template values chapter.

Besides adding template values it is also possible to clean all values of a certain definition of an icon.

The schema defines it as follows:

type MutProjectVersion {
    // rest is omitted

    removeTemplateValues(iconGuid: UUID!, templateGuid: UUID!): Boolean
}

The API will respond with either true (definition was valid and items have been removed) or false (definition was not found and nothing is removed).