wafeq_simplified_invoices_destroy
Delete an existing simplified invoice permanently by its unique ID. Removes the invoice record from Wafeq, making it unavailable for further operations.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Simplified Invoices ยท DELETE /simplified-invoices/{id}/
Delete simplified invoice
Endpoint for deleting an existing simplified invoice.
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. |