❌Deleting a Session

This step shows how to delete a session from Groups.

Example request:

curl -L -X DELETE 'https://<DOMAIN>/xapi/v2/session/:SESSION_GUID'

Example Response:

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

Last updated

Was this helpful?