v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
project

Delete View

Delete a view from a project.

Args: project_id: UUID of the project (validated to be owned by current user) view_id: String ID of the view to delete view_service: View service for business logic

Returns: Response with success status and message

Raises: HTTPException: 404 if project/view not found or user doesn't own it

delete/api/v1/project/{project_id}/views/{view_id}

Path parameters

view_idstring required

Response

Successful Response

successboolean required
messagestring