Delete a project trade

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}

Query params

Parameter Type Mandatory
projectId string (uuid) yes
tradeId string (uuid) yes

Headers

Header Value
Content-Type application/json
Accept application/json

Response

Status: 204 No Content