Delete a project template identified by the UUID of the project and the UUID of the template.
DELETE /aos/v1/projects/{projectId}/templates/{templateId}
| Parameter | Type | Mandatory |
|---|---|---|
| projectId | string (uuid) | yes |
| templateId | string (uuid) | yes |
| Header | Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
{danger.fa-close} If some contractors are already added into the template, it will not be possible to delete it.
Status: 204 No Content