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