wafeq_units_of_measure_destroy
Delete a unit of measure permanently by its ID to remove obsolete or incorrect entries from Wafeq. This destructive action cleans up your units of measure list.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Unit Of Measures ยท DELETE /units-of-measure/{id}/
Delete unit of measure
Endpoint for deleting an existing 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. |