Delete user

Delete a specific user. Users can only delete their own account unless they are superusers.

Path parameters

idstringRequired

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Request

This endpoint expects an object.
passwordstringOptional
User's current password
delete_vector_databooleanOptional
Whether to delete the user's vector data

Response

Successful Response
resultsobject

Errors