Home
Delete entry templates
To delete an entry template, send an HTTP DELETE method to the edit link for the entry template.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Input and output representations DELETE entry template Value of the href attribute of the <link> element with the rel="edit" attribute value in the entry template Atom document. none
Input
None
Output
None Returned HTTP Headers
- HTTP/1.1 204 No Content
- Indicates the entry template was successfully deleted (and no content is returned).
Error codes
- HTTP/1.1 403 Forbidden: Authorization Failed
- HTTP/1.1 404 Not Found