Skip to main content

DeleteEventMarketingRecordInput

Defines the input for deleting a marketing record in an event.

input DeleteEventMarketingRecordInput {
contactId: ID!
eventId: ID!
recordId: ID!
}

Fields

DeleteEventMarketingRecordInput.contactId ● ID! non-null scalar

The identifier of the contact associated with the marketing record.

DeleteEventMarketingRecordInput.eventId ● ID! non-null scalar

The identifier of the event associated with the marketing record.

DeleteEventMarketingRecordInput.recordId ● ID! non-null scalar

The identifier of the marketing record to delete.

Member Of

deleteEventMarketingRecord mutation