wafeq_purchase_orders_destroy
Permanently delete a purchase order by its ID. Use this destructive action to remove an unwanted record from Wafeq; the deletion cannot be undone.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Purchase Orders ยท DELETE /purchase-orders/{id}/
Delete purchase order
Endpoint for deleting an existing purchase order.
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. |