---
title: "Close a user account by external platform id removing personal information"
slug: "close-a-user-account-by-external-platform-id-removing-personal-information"
updated: 2024-10-25T18:04:27Z
published: 2026-02-10T22:32:35Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Close a user account by external platform id removing personal information

Get/CloseUserAccountByExternalId/{id}

Allows you close a user account removing all identifying information from the system by providing a unique identifier from your external system.

SecurityAPI Key: api_keyHeader parameter nameapi_key

Path parametersidstringRequired

The external ID of the user whose account is to be closed.

Responses200

OK Response

<select class='api-response-data' aria-label='Media type'><option value='79290845-7f0e-4e93-b2e9-dd230353c720'>application/json</option>
</select>object  Statusinteger  (int32)    

Indicates the status of the API request.

0 = Success 10 = Error 20 = Not found 30 = Invalid integration key

Example10
Errorstring   | null  

Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).

RowsAffectedinteger  (int32)    

The number of database rows affected while removing all data.

Example5
