Skip to content

deleteCustomReport

Delete a custom report.

Arguments

Argument Type Description
input (required) DeleteCustomReportInput! Input for deleting a custom report.

Returns

Void

Sample

mutation DeleteCustomReport($input: DeleteCustomReportInput!) {
  deleteCustomReport(input: $input)
}
{
  "input": {
    "id": 0
  }
}
{
  "data": {
    "deleteCustomReport": "example-string"
  }
}