For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ‘©β€πŸ¦³Deleting a User

This step shows how to remove users from your Groups platform.

Example request:

curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/user/:USER_GUID'
client.users.delete_by_user_id("6D9D158D-5A41-4FE5-A151-DE008BC978DE");

Example response:

A successful delete operation will return 204 No Content without any body.

Last updated