INPUT_OBJECT

DeleteScheduledReportInput

Description

Input for deleting a scheduled report.

link GraphQL Schema definition

  • input DeleteScheduledReportInput {
  • # ID of the report schedule to be deleted.
  • id: Int!
  • # ID of the scheduled report to be deleted.
  • reportId: Int
  • }

link Require by