featureDelete

Graphql fields and variables for the featureDelete mutation

Delete a feature

Scope required: product:write

mutation featureDelete ($id: ID!) {
  featureDelete (id: $id) {
      errors
      success
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

List (String)

success

Boolean

Last updated

Was this helpful?