Skip to main content
DELETE
/
ai
/
{v}
/
user
Delete user
curl --request DELETE \
  --url https://platform.ai.gloo.com/ai/{v}/user \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}
Deprecated Endpoint: This endpoint is part of the Chat API which is deprecated.Please migrate to the Completions v2 API for new projects.Migration Guide →

Authorizations

Authorization
string
header
required

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

Path Parameters

v
enum<string>
required
Available options:
v1

Response

Successful response

The response is of type Response Delete-User · object.