wafeq_files_destroy
Permanently delete an existing file in Wafeq using its ID. Irreversible action that removes the file record from the system.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Files ยท DELETE /files/{id}/
Delete file
Endpoint for deleting an existing file.
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. |