dealStageDelete

Graphql fields and variables for the dealStageDelete mutation

Delete a deal stage

Scope required: admin:write

mutation dealStageDelete ($id: ID!) {
  dealStageDelete (id: $id) {
      dealStage {
        createdAt
        description
        id
        name
        position
        probability
        updatedAt
      }
      errors
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

dealStage

errors

String

Last updated

Was this helpful?