Delete a trade in the project (identified by its UUID) trades list
{danger.fa-close} If the trade is already added into a template, the operation will not be permitted.
DELETE /aos/v1/projects/{projectId}/trades/{tradeId}
| Parameter | Type | Mandatory |
|---|---|---|
| projectId | string (uuid) | yes |
| tradeId | string (uuid) | yes |
| Header | Value |
|---|---|
| Content-Type | application/json |
| Accept | application/json |
Status: 204 No Content