The CloseUserAccount command closes a user account and removes all user information using an ID. This is usually a unique identifier used by the calling system.
All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".
The ID of the user to retrieve. This is usually a unique identifier used by the calling system.
OK Response.
{
"Status": 1,
"Error": null,
"RowsAffected": 25
}{
"RowsAffected": 0,
"Error": null,
"Status": 1
}Indicates the status of the API request.
0 = Error
1 = Success
In the event of an error, this will contain a detailed error message. The status property will also be set to Error (0).
The number of database rows affected while removing all user data for the account.