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
/
api
/
v1
/
view
/
{view_name}
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here