Eventjet GraphQL API documentation

deleteReportView

Deletes a user-created ReportView.

Only user-created views can be deleted; system-provided views have a null ReportView.id and cannot be deleted. On failure, the mutation responds with errors.

Arguments

ArgumentDescriptionType
inputDeleteReportViewInput!

Type

This field resolves to DeleteReportViewPayload, which has the following fields:

FieldDescriptionType
success`true` when the view was deleted. When the deletion fails, the mutation responds with errors instead.Boolean