approverDelete
Graphql fields and variables for the approverDelete mutation
Last updated
Was this helpful?
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
}
}{
"id": "456123"
}id
ID
errors
String
Last updated
Was this helpful?
Was this helpful?
