---
title: "Close a user account by id removing personal information"
slug: "close-a-user-account-by-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 id removing personal information

Get/CloseUserAccountById/{id}

Allows you close a user account removing all identifying information from the system.

SecurityAPI Key: api_keyHeader parameter nameapi_key

Path parametersidinteger (int64) Required

The ID of the user to retrieve

Example3453

Responses200

OK Response

<select class='api-response-data' aria-label='Media type'><option value='28b70ba5-26fe-4a61-8b83-6b102dcc05b1'>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
