Remove the equipment supplier.
DELETE {{baseUrl}}/proposals/:proposal-id/equipment-suppliers/:equipment-supplier-ref
This endpoint removes a equipment supplier from the proposal.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-Match | string | (Required) The If-Match HTTP request header makes the request conditional. For PUT and other modifying methods, it will only modify the resource in case the ETag indicated by the If-Match header is identical to the resource's current ETag. | |
Accept | string |