- Getting Started
- OAuth 2.0
- Authorizing OAuth Requests
- HTTP Methods
- HTTP status code summary
- API Collection
- Document API
- Template API
- Automation API
- Merge API
- Combine API
- Bulk API
- POSTSign API
- Meta API
- Conversion API
- Folder API
- Publish API
- Errors
- General Errors
- Get List of Documents - Possible Errors
- Create Document - Possible Errors
- Download Document - Possible Errors
- Document Operations - Possible Errors
- Copy Document - Possible errors
- Translate Document - Possible errors
- Template API - Possible errors
- Conversion API - Possible Errors
- Folder API - Possible Errors
- Publish API - Possible Errors
- Meta API - Possible Errors
- Sign API - Possible Errors
- Merge API - Possible Errors
- Combine PDFs - Possible errors
Delete Template
Purpose
To delete the unwanted templates from the template list.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/templates/{{template_id}}/delete
Path Parameters
Parameter | Data Type | Description |
Mandatory Parameter | ||
template_id | String | Specify the unique id for the template that needs to be deleted. |
Sample Request
Copiedcurl "https://www.zohoapis.com/writer/api/v1/templates/4gfw6d78sg5a9c17c418b822ad813d4376d10/delete"
-X DELETE
-H "Authorization: Zoho-oauthtoken xyz"
Sample Response
Copied{
"deleted_by": {
"email_id": "amelia@zohocorp.com",
"profile_photo": "https://contacts.zoho.com/file?t=user&ID=1247393&fs=thumb",
"user_id": "1247393",
"timezone": "Asia/Kolkata",
"language": "en",
"display_name": "Amelia"
},
"message": "Template has been deleted successfully."
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.