Delete a template
Trash or permanently deletes a template.
Parameters
force
boolean
Whether to move the template to trash, or permanently delete it.
Returns
Returns an empty response.
delete
/api/templates/{id}
curl -X DELETE https://{workspace}.documocu.com/api/templates/{id} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {API_KEY}'
Response
null