Jump to Content
API Spreadsheet Docs
API Reference
v1.0

Log InAPI Spreadsheet Docs
API Reference
Log In
v1.0API Reference
All
Pages
Start typing to search…

Data

  • /data/{file_id}/
    • Retrieve or manipulate spreadsheet dataget
    • Insert or update rowspost

Calculate

  • Calculation
    • Calculate spreadsheet datapost

AI

  • /ai/{pk}
    • Read data (optionally using a natural-language prompt)get
    • Create or update data (optionally using a natural-language prompt)post

IMPORT

  • /import
    • Import a spreadsheet or CSVpost

MACROS

  • Macros
    • Run macros and optional post-formula actionspost

UTILITIES

  • /utilities/download
    • Generate a downloadable file (CSV/XLSX) from datapost
  • /utilities/create
    • Create a spreadsheet in the account from JSON/arrayspost
  • /utilities/files
    • List files in the accountget
  • /utilities/files/{file_id}
    • Get file detailsget
    • Update file metadata/settingspatch
    • Delete a filedel
Powered by 

Delete a file

delete https://api.apispreadsheets.com/utilities/files/

Deletes the file. Implementations may soft-delete; if so, the response includes the new status.

Language
Click Try It! to start a request and see the response here!