Skip to content

deleteView ​

Deletes the specified View, requires MANAGE_VIEWS on the project owning the view.

graphql
deleteView(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteView.input ● DeleteNodeInput! non-null input ​

Defines which View to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.