Skip to product menu
Zoho sign
Skip to main content
Zoho sign
Delete template

Deleting a template moves it to trash.

API Root Endpoint

PUT https://sign.zoho.com/api/v1/templates/[Template ID]/delete

Request example

$ curl https://sign.zoho.com/api/v1/templates/[Template ID]/delete \
    -X PUT \
    -H "Authorization: Zoho-oauthtoken <Oauth Token>"

Response example

HTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
    "code": 0,
    "message": "Template deleted successfully",
    "status": "success"
}
Request Demo