External Identities
Delete an External Identity
delete/actors/{actor_id}/external_identities/{id}
Path parameters
actor_idstring required
Actor ID
idstring required
External Identity ID
Response
ExternalIdentity Response
Example response
{
"data": {
"account_id": "5e6f7d8c-9b0a-1c2d-3e4f-5a6b7c8d9e0f",
"actor_id": "cdfa97e6-cca1-41db-8fc7-864daedb46df",
"directory_id": "9f8e7d6c-5b4a-3c2b-1a0e-9f8e7d6c5b4a",
"family_name": "Doe",
"given_name": "John",
"id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
"idp_id": "2551705710219359",
"inserted_at": "2025-01-15T12:34:56.789Z",
"issuer": "https://accounts.google.com",
"name": "John Doe",
"picture": "https://example.com/avatar.jpg",
"synced_at": "2025-01-15T12:34:56.789Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.