For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

HTTP Request

DELETE /api/v1/tables/:tableReference/uploads/:uploadName

Path parameters

Parameter

tableReference

A qualified reference to the table. See referencing resources for more information.

uploadName

The name of the upload. Make sure to URL encode the name if it contains any reserved characters.

This endpoint extends the general API structure.

Authorization

Edit access to the table's dataset is required. Your access token must have one of the following scopes:

  • data.edit

Request body

The request body must be empty.

Response body

If successful, the response body will be empty.

Was this helpful?