Skip to main content

DeleteTemplateResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/DeleteTemplateResponseBody.json
messagestringrequired

Status message

successbooleanrequired

Whether the deletion was successful

DeleteTemplateResponseBody
{
"$schema": "https://example.com/schemas/DeleteTemplateResponseBody.json",
"message": "string",
"success": true
}