Delete a view

View as Markdown

Deletes a custom view. The default view is permanent (400). Requires data-view:manage on the project.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired
objectIdstringRequired
viewIdstringRequired

Response

The view was deleted.
okboolean

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error