Skip to main content
DELETE
Delete Template

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
template_id
integer

Numeric ID of the template to delete (not hash_id)

Response

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

success
boolean

Always true on success

msg
string

E.g. "Template 123 Deleted Successfully"