(Click to open topic with navigation)
This topic provides information on how to delete an application template; including all of its template history (api/templates/<id>). See 5.188 Delete Template History for information on how to delete the selected history for an application template (api/templates/<history_pk>/history/<version>).
In this topic:
DELETE /api/templates/<id>/
Parameter | Required | Type | Description | Example |
---|---|---|---|---|
id | Yes | Integer | ID of the application template. | 1 |
DELETE /api/templates/2/
Related Topics