/
/Morta API Reference
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1y ago
Comment10
Document14
Document Response6
Document Section8
Event1
Hub43
Integrations2
Notification4
Permissions8
Table37
Table View23
  • getGet all views for a table
  • postCreate a new view for a table
  • postDuplicate the default view for a table
  • postDuplicate a view for a table
  • getGet a single view for a table
  • putUpdate a view for a table
  • deleteDelete a view for a table
  • getGet actual table view data
  • putUpdate existing rows
  • postAdd rows to end of table
  • deleteDelete specific rows
  • getGet stats on table columns
  • getDownload view data as a csv file
  • getGet the unique values for a column
  • postSet the view as the default view
  • postPreview resulting row from inputs
  • postAdd or update rows in a table
  • putUpdate existing table cells
  • postAdd a column to a view
  • putUpdate column on view
  • getStream all rows for the view
  • getGet formula info for a column
  • postGet AI formula helper
User25
    Table View

    Delete a view for a table

    Delete a specific view of a table.

    delete/v1/table/views/{view_id}

    Path parameters

    view_idstring uuid required

    The UUID of the table view to be deleted.

    Response

    Successfully deleted the table view.

    metadataobject
    datastring

    Changes