Delete 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

ParameterTypeRequiredDescription
idintegerYesQuotation ID
blockIdstringYesBlock envelope id (the stable UUID stored in blocks[].id)

Response

  • 200 OK: Returns { "deleted": "<blockId>" }
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation or block not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Responses
204

Resource deleted

401

Unauthorized

404

Resource not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!