2ea27e340a
* lexicons * clean up old admin schemas * codegen * renaming all routes * fix more * fix snaps * fix test * format * hook up ozone routes on pds * publish next version * build branch * dont build branch
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"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" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|