wafeq_cost_centers_destroy
Permanently delete an existing cost center by its ID. Removes the record from Wafeq, an irreversible action.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Cost Centers ยท DELETE /cost-centers/{id}/
Delete cost center
Endpoint for deleting an existing cost center.
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. |