Skip to main content
DELETE
/
api
/
v4
/
projects
/
{projectId}
/
views
/
{viewId}
curl -X DELETE "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/views/view_aaa" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "deletedViewId": "view_aaa"
}
Delete a view. Requires a Bearer token.
curl -X DELETE "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/views/view_aaa" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "deletedViewId": "view_aaa"
}