Skip to main content
POST
/
api
/
v2
/
external
/
delete-user
Delete User
curl --request POST \
  --url https://api.lyceum.technology/api/v2/external/delete-user \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
user_id
string
required

Response

Successful Response