wafeq_quotes_line_items_destroy
Permanently delete a line item from a Wafeq quote by providing the quote ID and line-item ID, removing unwanted entries from the document.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Quote Line Items ยท DELETE /quotes/{quote_id}/line-items/{id}/
Delete quote line item
Endpoint for deleting an existing quote line item.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| quote_id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |