Drop table from data space
POST/api/v1/data-spaces/:datasourceId/drop-table
Drop the specified table from a data space. The datasource must belong to the authenticated user.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Table dropped
Invalid request parameters
Unauthenticated
Forbidden
Datasource or data space not found
Internal server error