Architect - Delete/Remove Attribute/Participant Data

Greetings,

I’ve some questions related with participant data/costumed attributes of a conversation.

On our client IVR we use conversation attributes to pass information between flows. In order to have only a few attributes in the conversation we are thinking of deleting some of them.

So, my question is: On Architect, is it possible to remove/delete conversation attributes?

Sorry if this is not a new question, but I couldn't find a specific answer for this.

Thank you in advance.

Best regards,

Ana Laia

Architect does not have an action that does this. The platform api does have an endpoint you can use (through a data action) to alter the attributes; you can add a new attribute or change an attribute's value but not remove an attribute that already exists.

See https://developer.genesys.cloud/api/rest/v2/conversations/#patch-api-v2-conversations--conversationId--participants--participantId--attributes

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