/
/Jupyter Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
api-spec1
config2
contents9
  • getGet contents of file or directory
  • putSave or upload file.
  • postCreate a new file in the specified path
  • deleteDelete a file in the given path
  • patchRename a file or directory without re-uploading content
  • getGet a list of checkpoints for a file
  • postCreate a new checkpoint for a file
  • postRestore a file to a particular checkpointed state
  • deleteDelete a checkpoint
identity1
kernels6
kernelspecs1
sessions5
status1
terminals4
  • getGet the Jupyter Server version
contents

Delete a file in the given path

delete/api/contents/{path}

Path parameters

pathstring required

file path

Response

File deleted

Changes