pluginValueDelete

Graphql fields and variables for the pluginValueDelete mutation

Scope required: admin:write

mutation pluginValueDelete ($id: ID!) {
  pluginValueDelete (id: $id) {
      errors
      pluginValue {
        id
        pluginId
        pluginParameterId
      }
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

String

pluginValue

Last updated

Was this helpful?