wafeq_quotes_destroy
Permanently delete an existing quote from Wafeq using its ID. This destructive action removes the quote record and cannot be undone.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Quotes ยท DELETE /quotes/{id}/
Delete quote
Endpoint for deleting an existing quote.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |