Delete User

Delete exiting user in your system

Delete a user

DELETE https://api.xenia.team/v1/users/:id

Creates a active user.

Path Parameters

NameTypeDescription

id*

String

User id

{
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "firstName": "John",
    "lastName" "Wick",
    "email": "john@company.com",
    "phone": "+14844608118",
    "photo": "https://cdn.xenia.team/images/e77b6442.png",
    "status": "active",
    "workspaceId": "e77b6442-de60-401c-a173-0afc84a5747e",
    "locations": ["e77b6442-de60-401c-a173-0afc84a5747e"],
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated