storage

Delete a storage file

Deletes a file under an advertised storage root. Omit root to use the default appData root.

delete/api/v1/storage/files/{path}

Path parameters

pathstring required

URI-encoded relative file path under the selected storage root.

Query parameters

rootstring

Storage root id. Defaults to appData. Use /api/v1/storage/roots to discover supported roots.

Response

Deleted file metadata.

FileDeleteResponse required— unresolved $ref

Changes