Remove all of a user's Actions

Is there any way to remove all of the actions generated by a specific user using the API calls? I can see a list of all of the actions the user created, with session relevance…

ids of issued actions of bes users whose (name of it contains "username")

But is there any way to remove those actions from the API, or would it require a separate script to do that?

Thanks.

-c

You would need to issue a stop against every ID returned using the REST API.

Session relevance is read only and it cannot make any changes at all.

You use session relevance to query what needs to be changed, then you make different REST calls to make those changes.

2 Likes