delete
HTTP Request
DELETE /api/v1/tables/:tableReference/uploads/:uploadNamePath parameters
Parameter
Authorization
Request body
Response body
Was this helpful?
DELETE /api/v1/tables/:tableReference/uploads/:uploadNametableReference
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.
Edit access to the table's dataset is required. Your access token must have one of the following scopes:
data.edit
Learn more about authorization.
The request body must be empty.
If successful, the response body will be empty.
Was this helpful?
Was this helpful?

