Delete a data warehouse
DELETE/v1/public/data-warehouses/:id
Delete a data warehouse
Request
Path Parameters
id stringrequired
Header Parameters
Authorization string
Responses
- 200
- 401
- 403
- 404
- 500
The data warehouse has been successfully removed.
- application/json
- Schema
- Example (from schema)
Schema
deleted booleanrequired
{
"deleted": true
}
Missing or invalid api token
Forbidden. This error will occur if the user lacks the proper roles or permissions to perform this action.
No data warehouse that matches the provided id was found
A server error occurred. Check the error message for more details.
Loading...