INPUT_OBJECT

DeleteCustomReportInput

Description

Input for deleting a custom report.

link GraphQL Schema definition

  • input DeleteCustomReportInput {
  • # ID of the custom report to be deleted.
  • id: Int!
  • }

link Require by