Delete all data associated with a chatter's email address

POST

Deletes all data associated with the provided chatter’s email address linked to the bot. Replace bot-name with the name of your bot. 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.

Request

This endpoint expects an object.
type"ERASURE"Required

Type of data subject request. Must be set to ERASURE.

emailstringOptional

Email of the chatter whose data you wish to delete from Ada’s systems.

identifierslist of objectsOptional

List containing extra identifiers sent with the data subject request.

Response

The request was successfully ingested into Ada’s system.

emailstringOptional

Email of the chatter whose data you wish to delete from Ada’s systems.