approverDelete

Graphql fields and variables for the approverDelete mutation

Delete an approver

Scope required: security:write

mutation approverDelete ($id: ID!) {
  approverDelete (id: $id) {
      approver {
        id
        name
        userId
      }
      errors
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

approver

errors

String

Last updated

Was this helpful?