ruleDelete
Deletes a Rule.
mutation($ruleId: ID!) {
ruleDelete(input: { ruleId: $ruleId }) {
deletedRuleId
errors {
path
message
}
}
}
ruleDelete(
input: RuleDeleteInput!
): RuleDeletePayload
Arguments
ruleDelete.input ● RuleDeleteInput! non-null input common
Parameters for RuleDelete
Type
RuleDeletePayload object common
Autogenerated return type of RuleDelete