Delete File
ethora-files-delete-v2Permanently delete one of the authenticated user's files by id (DELETE /v2/files/:id). Removes the record and its stored content; not reversible.
Auth: user-auth mode with an active user session. Errors: 401 not logged in; 403 not owned by the user; 404 unknown id. Related: get ids from ethora-files-get-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the file to delete. Get it from `ethora-files-get-v2`. |