wafeq_item_units_of_measure_destroy
Permanently delete an item unit of measure from Wafeq by its ID. Removes the record irreversibly, keeping your units of measure list accurate.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Item Unit Of Measures ยท DELETE /item-units-of-measure/{id}/
Delete item unit of measure
Endpoint for deleting an existing item unit of measure.
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. |