Delete user
DELETE
/api/v1/integrations/user/{username}UsersDeletes or deactivates a user from the token account.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Username/email identifier. |
Responses
| HTTP | Description |
|---|---|
| 200 | `success: true` with confirmation text (`User removed successfully`). |
| 401 | Unauthorized - invalid or missing Bearer token. |
| 404 | Account/user not found (for example `User doesn't exist`). |
Response payload
Success response (200)
Example
Last updated on