Skip to content

Delete a User

Endpoint used to delete a user from Toolzz Chat.

Terminal window
curl --request DELETE \
--url 'https://chat.toolzz.ai/platform/api/v1/users/{user_id}' \
--header 'Authorization: Bearer <token>'
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
user_idstringThe ID of the user to delete.Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.