# Delete a user identity **DELETE /api/my-account/identities/{target}** Delete an identity (social identity) from the user, a logto-verification-id in header is required for checking sensitive permissions. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **target** (string) ## Responses ### 204 The identity was deleted successfully. ### 400 The verification record is invalid. ### 401 Unauthorized ### 403 Forbidden ### 404 The identity does not exist. [Powered by Bump.sh](https://bump.sh)