Skip to main content
Kelly_Schmid3
Level 4
August 23, 2018
Question

Clear custom object items

  • August 23, 2018
  • 2 replies
  • 2890 views

Hi there - is there a relatively easy to way to clear out custom object data? I have been testing abandon cart products with my record and old products are not clearing out of the custom object when I make purchases. Is there any other way to clear the items without deleting the record completely? I tried a blank batch import to overwrite what was in there but that didn't work either.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
August 23, 2018

what do the docs say? developer.marketo.com

I sort of had the impression you could only do this via API or not at all.

SanfordWhiteman
Level 10
August 23, 2018

You can only remove Custom Objects (I assume you mean Marketo COs, not SFDC COs) using the API. You don't need to drop the entire Person.

Meghan_Souza3
Level 2
May 10, 2019

Hi Sanford - where would APIs to do this be written? Not within Marketo, correct?

SanfordWhiteman
Level 10
May 10, 2019

The API is the Marketo REST API.  You would write a client app (that is, the app that consumes the API, not an API itself) outside of Marketo.