# Delete a template Deletes a template by its fingerprint. Endpoint: DELETE /templates/{template_fingerprint} Version: 1.0.0 Security: basicAuth ## Path parameters: - `template_fingerprint` (string, required) The unique fingerprint of the template to delete Example: "e0b3a9cbd4a6ff2cb57cfca161a39309" ## Response 200 fields (application/json): - `http` (integer) Example: 200 - `message` (string) Example: "Sample Tenancy Contract has been removed from your template list." - `template_id` (string) Example: "53890528" - `tempate_fingerprint` (string) Example: "e0b3a9cbd4a6ff2cb57cfca161a39309" - `tempate_title` (string) Example: "Sample Tenancy Contract"