Skip to content

deleteSyslogExportRule

Delete the specified syslog export rule Supported in v5.1+ Delete the syslog export rule specified by the given id.

Arguments

Argument Type Description
input (required) DeleteSyslogExportRuleInput! Input for V1DeleteSyslogExportRule.

Returns

Void

Sample

mutation DeleteSyslogExportRule($input: DeleteSyslogExportRuleInput!) {
  deleteSyslogExportRule(input: $input)
}
{
  "input": {
    "clusterUuid": "example-string",
    "id": "example-string"
  }
}
{
  "data": {
    "deleteSyslogExportRule": "example-string"
  }
}