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