Athena
ViewsView_name

Drop a Postgres view

Drops the named view. Body may include additional options such as cascade.

DELETE
/management/views/{view_name}

Path Parameters

view_name*string

Header Parameters

X-Athena-Client*string

Response Body

application/json

curl -X DELETE "https://athena-cluster.com/management/views/string" \  -H "X-Athena-Client: string"
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}