conversions

Delete a fan conversion event

delete/v1/conversions/events/{eventId}

Path parameters

eventIdstring required

Opaque conversion event identifier returned by the event list.

Request body

action'PURCHASE' | 'STORE_PURCHASE' | 'TICKET_PURCHASE' | 'CHECK_IN' | 'ADD_TO_CART' | 'LINK_CLICK' | 'UPSELL_CLICK' | 'UPSELL_REMINDER_CLICK' | 'VIP_CLICK' | 'RSVP' | 'OPT_OUT' | 'DIRECT_MESSAGE' | 'CALL' | 'FOLLOW' | 'SOCIAL_ENGAGEMENT' | 'WAITLIST_SIGNUP' | 'SECONDARY_LISTING_CREATED' | 'ABANDONED_CART_CLICK' | 'TICKET_SALES_CLICK' | 'ABANDONED_CART_CREATED' | 'ABANDONED_CART_UPDATED' | 'FORM_SUBMISSION' | 'QUESTION_RESPONSE' required

The action represented by the conversion.

namestring required

A non-empty name for the conversion definition.

relatedProductIdstring

Optional Laylo product associated with the conversion.

Response

Confirmation that the conversion event was deleted.

deletedboolean required

Whether the event was deleted.

eventIdstring required

Deleted event identifier.

Changes

No recorded changes to this endpoint across all 1 revision of this API.