Delete a table
DELETE/api/v2/Dataset/:id/table/:tableId
Dataset processing occurs in the background and may take a few minutes to complete.
Request
Path Parameters
id uuidrequired
The unique identifier of the dataset that contains the table.
tableId uuidrequired
The unique identifier of the table to delete.
version stringrequired
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Table deleted successfully.
If the table cannot be deleted.
The user is unauthorized or the session expired
The user does not have permission
If the table was not found.
There was an unexpected error
Loading...