DELETE
/
users
/
{user_id}
curl --request DELETE \
  --url https://api.proficientai.com/users/{user_id}
{
  "id": "<string>",
  "object": "user",
  "created_at": 123,
  "external_id": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "live_mode": true,
  "updated_at": 123
}

Path Parameters

user_id
string
required

The unique identifier of the user

Response

200
application/json
<p>Represents a user of your project.</p>