How to not alert on a error in a data action

I'm invoking a data action from an inbound script screen.
The following APIs are executed for data actions.
/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}

The Problem
When the contactId does not match, a 404 error is generated, and a data action error is alerted on the screen.

I don't want to see on-screen alerts.
I would like you to tell me how to make it happen.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.