planDelete
Graphql fields and variables for the planDelete mutation
Delete a plan
Scope required: product:write
mutation planDelete ($id: ID!) {
planDelete (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?