toolsOzoneCommunicationDeleteTemplate top-level constant
tools.ozone.communication.deleteTemplate
Implementation
const toolsOzoneCommunicationDeleteTemplate = <String, dynamic>{
"lexicon": 1,
"id": "tools.ozone.communication.deleteTemplate",
"defs": {
"main": {
"type": "procedure",
"description": "Delete a communication template.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["id"],
"properties": {
"id": {"type": "string"}
}
}
}
}
}
};