Skip to main content
DELETE
/
api
/
v1
/
users
/
{id}
Delete user
curl --request DELETE \
  --url https://ai-loop.alpeadria.com/api/v1/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "User deleted successfully."
}
Permanently remove a user account from the system. Requires Administrative access.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

User deleted successfully.

message
string