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
- 204
- 401
- 404
- 409
- 502
Actor erased.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The actor belongs to an address and is erased through it.
The upstream runtime could not complete the operation.