Delete file

Delete file

Deletes a single file from storage.

Path Parameters
  • filePath
    string
    required

    File path relative to the root. Encode forward slashes in path - use %2F instead of /.

Responses
  • 204

    No Content. The file was successfully deleted.

DELETE/storage/{filePath}

No Body