v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Users

Remove a User's External Identity

Deletes (removes) an external identity from the user's account. Only the authenticated user can delete their own external identities.

Returns

Returns a 204 No Content response if the external identity was successfully removed.

Errors

If the request is unsuccessful, an errors key containing information about the failure will be returned. Refer to the list of error codes to understand why this request may have failed.

delete/users/{user_id}/settings/identities/{identity_id}

Path parameters

user_idstring required

The unique identifier of the user whose external identity is being deleted. Example: abc123

identity_idstring required

The unique identifier of the external identity to delete. Example: orcid

Response

External identity successfully removed.