Permanently remove a user from the Transcrypts system.
| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
| Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | Yes | The unique identifier of the user to be removed |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Missing or invalid authentication credentials |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - User does not exist |