Skip to main content

Delete a template

delete/v1/videos/user-templates/{id}

Delete a template

Request

Parameters

NameInTypeDescription
id*pathstringNo description

Responses

200No description
Schema Structure
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string",
"enum": [
"Template deleted successfully"
]
}
},
"required": [
"success",
"message"
]
}