đŸšĢDeleting Sessions

This step shows how to delete a session from Perculus.

Below example shows the steps for deleting a session.

curl --location --request DELETE 'https://<DOMAIN>/xapi/session/<SESSION_ID>' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--data ''

Last updated