Click or drag to resize
Updating or deleting a template
Print this page

To update or delete an existing template, POST or DELETE to the following address:

https://acme.api.telogis.com/templates/<template id>
Response

When you do the POST, the body contains the plain text of the template.

Possible return status codes are:

  • 200 - OK: The template was updated or deleted with no errors.
  • 400 - Bad Request: The template was not found to update or delete
  • For more information, or if you encounter an error, see Status codes and responses.