Removing a tender
Description
Using this method, you can delete your tenders.
URL structure
DELETE /v2/tender/{id}
List of parameters
Name | Description | Parameter transfer type | Required(+)/Default(value) |
---|---|---|---|
id |
Tender removal ID | Query string parameter | + |
label |
Reason for tender removal. | Request body parameter | + |
Results
Successful result
200
Results with errors
Error with the code
Structure "Error with the code".
Sample request
BASH
curl --location -g --request DELETE 'http://localhost:8081/v2/tender/{id}' \
--header 'Authorization: 2UGARXGHABV000000388' \
--header 'Content-Type: application/json' \
--data-raw '{"reason": "reason"}'