Delete Specific User
Delete a specific team user by their unique identifier.
Endpoint
DELETE /user/delete
Authentication
| Header | Value |
|---|---|
Authorization | Bearer <jwt_token> |
Content-Type | application/json |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | The unique identifier of the user to delete |