Skip to main content

Erase an actor

DELETE 

/v1/projects/:project_id/actors/:actor_id

Removes the actor and the sessions it holds. Erasure of one identity as this API knows it — narrower than "erase this human everywhere", since naturali does not know that two identities are the same person and does not claim to. An actor that belongs to an address responds 409: erase it through DELETE /v1/projects/{project_id}/addresses/{identifier}, which also removes the address and its conversations. Deleting it here would leave those behind, pointing at an identity that no longer exists.

Request

Responses

Actor erased.