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

❌Deleting a Session

This step shows how to delete a session from Groups.

Example request:

curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/session/:SESSION_GUID'
client.sessions.delete_by_session_id("61E3D504-13EE-447F-9B36-6686C5C39FEB")

Example Response:

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

Last updated