Re: Clear custom object items

Kelly_Schmid3
Level 4

Clear custom object items

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.

Tags (1)
4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: Clear custom object items

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 - Community Moderator

Re: Clear custom object items

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

Re: Clear custom object items

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Clear custom object items

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.