DELETE
/
api
/
v1
/
view
/
{view_name}
curl --request DELETE \
  --url https://your-engine-url/api/v1/view/{view_name} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "view_name": "<string>"
}

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Path Parameters

view_name
string
required

Query Parameters

schema
string
default:public

Response

200
application/json
Successful Response
message
string
required
view_name
string
required