DeleteTemplateResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/DeleteTemplateResponseBody.jsonmessagestringrequired
Status message
successbooleanrequired
Whether the deletion was successful
DeleteTemplateResponseBody
{
"$schema": "https://example.com/schemas/DeleteTemplateResponseBody.json",
"message": "string",
"success": true
}