Skip to main content
DELETE
Delete Template

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

user_id
integer
required

ID of the user requesting deletion (URL path parameter)

Body

application/json
template_id
integer

ID of the template to delete; must be an integer and owned by the authenticated user

Example:

12345

Response

Returns {success: true, msg: "Template {id} Deleted Successfully"}

success
boolean

Always true on success

msg
string

E.g. "Template 123 Deleted Successfully"