/
/Xero Files API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2w ago
Files18
  • getRetrieves files
  • postUploads a File to the inbox
  • getRetrieves a file by a unique file ID
  • putUpdate a file
  • deleteDeletes a specific file
  • postUploads a File to a specific folder
  • getRetrieves the content of a specific file
  • getRetrieves a specific file associations
  • postCreates a new file association
  • deleteDeletes an existing file association
  • getRetrieves an association object using a unique object ID
  • getRetrieves a count of associations for a list of objects.
  • getRetrieves folders
  • postCreates a new folder
  • getRetrieves specific folder by using a unique folder ID
  • putUpdates an existing folder
  • deleteDeletes a folder
  • getRetrieves inbox folder
    Files

    Deletes a specific file

    Delete a specific file

    delete/Files/{FileId}

    Path parameters

    FileIdstring uuid required
    Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c

    File id for single object

    Response

    Successful deletion - return response 204 no content

    Changes