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

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

Example request:

curl -L -X DELETE 'https://<DOMAIN>/xapi/v2/user/:USER_GUID'

Example response:

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

Last updated

Was this helpful?