Mutation
Variables
Response
Mutations
deletePaymentSubscriptionGroup
Delete a Payment Subscription Group in the current Network. Only Web groups can be deleted; the Payment Plans themselves are not deleted.
MUTATION
deletePaymentSubscriptionGroup(input: DeletePaymentSubscriptionGroupInput!): DeletePaymentSubscriptionGroupPayloadArguments
input
DeletePaymentSubscriptionGroupInput!
required
Parameters for DeletePaymentSubscriptionGroup
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedPaymentSubscriptionGroupId
ID
GlobalID of the deleted Payment Subscription Group.
errors
[String!]!
Mutation
Variables
Response