viewDelete

Graphql fields and variables for the viewDelete mutation

Delete a view

Scope required: standard:write

mutation viewDelete ($id: ID!) {
  viewDelete (id: $id) {
      errors
      view {
        columns
        conditions
        id
        isDefault
        name
        obj
        sortBy
        sortOrder
        userId
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

String

view

Last updated

Was this helpful?