LOOMAL

identities.delete

Permanently delete an identity and all its data

Key type: Platform (lopk-)

Permanently delete an identity. This cascades to all related data: inbox, vault credentials, activity logs, and calendar events. This cannot be undone.

Parameters

NameTypeRequiredDescription
identityIdstringYesIdentity ID to delete

Example

Orchestrator: "Delete the test agent"

-> identities.delete({ identityId: "id-abc123" })

Returns

{
  "message": "Deleted identity id-abc123"
}

REST Equivalent

DELETE /v0/platform/identities/:identityId

On this page