/
/data-files
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 4w ago
datafiles12
  • getGet descriptive info for the specified data files.
  • postUpload a new data file or create a new folder.
  • getGet descriptive info for the specified data file.
  • putRe-upload an existing data file or update an existing folder.
  • deleteDelete the specified data file or folder. Deleting a folder will also recursively delete all files and subfolders that reside within the specified folder.
  • postChange the owner of an existing data file or folder.
  • postChange the space that an existing data file or folder resides in.
  • postChange the spaces that a set of existing data files or folders reside in a a single batch.
  • postDelete the specified set of data files and/or folders as a single batch.
  • getGet the list of built-in connections used by the engine to load/write data files.
  • getGet the built-in connection used by the engine to load/write data files given a connection ID.
  • getGet quota information for the calling user.
    datafiles

    Delete the specified data file or folder. Deleting a folder will also recursively delete all files and subfolders that reside within the specified folder.

    delete/api/v1/data-files/{id}

    Path parameters

    idstring uuid required

    The ID of the data file or folder to delete.

    Response

    The file or folder was deleted.

    Changes