wafeq_bills_destroy
Delete a bill permanently from Wafeq using its ID. Removes the record irreversibly to clean up unwanted bills.
Instructions
🔴 DESTRUCTIVE · deletes · Bills · DELETE /bills/{id}/
Delete bill
Endpoint for deleting an existing bill.
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. |