delete
https://api.duodeal.app/api/quotation//block/
Removes a single block from a quotation (quotation-v2 builder) by its block id.
Note: for a pricing block, its quotation lines (scoped via blockId) are not
removed by this call — delete them separately if needed.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Quotation ID |
blockId | string | Yes | Block envelope id (the stable UUID stored in blocks[].id) |
Response
200 OK: Returns{ "deleted": "<blockId>" }401 Unauthorized: Invalid or missing API key404 Not Found: Quotation or block not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Resource deleted
401Unauthorized
404Resource not found
