Delete all data associated with a chatter's email address
Deletes all data associated with the provided chatter’s email address linked to the bot. Replace example
with your agent’s handle. A successful call returns the chatter’s email supplied (null if email field was not supplied) in the request whose data will be deleted from Ada’s systems. In order to ensure emails are properly linked to a chatter record, ensure the capture block validation when capturing email is set to @ Email.
Note for multiple participant emails: If you are requesting data deletion for one chatter’s email address and they are a participant in a conversation that has multiple email participants (i.e., Email thread with additional recipients in CC), the entire transcript will be deleted for all participants.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.