Delete and Restore REST Endpoints

Templates/Delete and Restore

Soft delete, restore and hard delete for templates.

Hard Delete a Template
Method: post
Path: /sites/management/api/v1/templates/{id}/hardDelete
Restore a Soft-Deleted Template
Method: post
Path: /sites/management/api/v1/templates/{id}/undelete
Soft Delete a Template
Method: delete
Path: /sites/management/api/v1/templates/{id}