Delete a project template

Delete a project template identified by the UUID of the project and the UUID of the template.

DELETE /aos/v1/projects/{projectId}/templates/{templateId}

Query params

Parameter Type Mandatory
projectId string (uuid) yes
templateId string (uuid) yes

Headers

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.

Response

Status: 204 No Content