Delete a specified name property on a project template
Request
DELETE https://{hostname}:{port}
/build/rest2/templates/{id}/property/{name}
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | The identifier to use when looking up a project template. This can be the name or ID of the project template |
| name | string | true | The name of the property |
