DeleteEventMarketingTagInput
Defines the input for deleting a marketing tag in an event.
input DeleteEventMarketingTagInput {
eventId: ID!
tagId: ID!
}
Fields
DeleteEventMarketingTagInput.eventId ● ID! non-null scalar
The identifier of the event the marketing tag is associated with.
DeleteEventMarketingTagInput.tagId ● ID! non-null scalar
The identifier of the marketing tag.
Member Of
deleteEventMarketingTag mutation