ios_record_cleanup
Delete a finished iOS recording mp4 from disk. Pass the httpPath returned by ios_record_stop. Idempotent — deleting a non-existent file is not an error. Refuses to delete recordings that are still being written (call ios_record_stop first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| httpPath | Yes | httpPath returned by ios_record_stop (e.g. /recordings/rec-ios-<uuid>.mp4) |