Delete a View

Hand off to an LLM

Delete a view and every one of its versions.

Permanent. Any cached data-table or aggregation result clients have fetched remains valid, but subsequent calls to POST /v3/views/table-data or POST /v3/views/aggregation-data for this view will fail.

DELETE
/v3/views/{view_id}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

view_id*string

Unique identifier of the view to delete.

Response Body

curl -X DELETE "https://api.bem.ai/v3/views/string"
Empty