Skip to content
Sign up

Delete Identity

delete/v1/identities/{identity_id}

Delete an identity by its identifier key

Path ParametersExpand Collapse
identity_id: string

The ID of the identity in the format 'identity-'

minLength45
maxLength45
Delete Identity
curl https://api.letta.com/v1/identities/$IDENTITY_ID \
    -X DELETE \
    -H "Authorization: Bearer $LETTA_API_KEY"
{}
Returns Examples
{}