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