view
Delete View
Deletes the view specified by view_name and schema.
Parameters
- view_name: str
- schema : str, default “public” The schema to delete the view from. If no parameter is provided, defaults to “public”.
Returns
A ViewMessage Pydantic object containing a success message and the view_name.
DELETE
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
Query Parameters
Response
200
application/json
Successful Response
The response is of type object
.