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