wafeq_warehouses_destroy
Permanently delete a warehouse record by its ID from Wafeq. Use this destructive endpoint to remove an existing warehouse when it is no longer needed.
Instructions
🔴 DESTRUCTIVE · deletes · Warehouses · DELETE /warehouses/{id}/
Delete warehouse
Endpoint for deleting an existing warehouse.
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. |