EmailMarketingSubscriptionDeleteInput
Autogenerated input type of EmailMarketingSubscriptionDelete
input EmailMarketingSubscriptionDeleteInput {
clientMutationId: String
contactId: ID!
integrationId: ID!
listId: String!
}
Fields
EmailMarketingSubscriptionDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
EmailMarketingSubscriptionDeleteInput.contactId ● ID! non-null scalar common
The ID of the contact to unsubscribe.
EmailMarketingSubscriptionDeleteInput.integrationId ● ID! non-null scalar common
The ID of the email marketing integration.
EmailMarketingSubscriptionDeleteInput.listId ● String! non-null scalar common
The ID of the email marketing list.
Member of
emailMarketingSubscriptionDelete mutation