Ends the user's active API session based on the key used to authenticate the request.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/sessions/active
- QA Serverhttps://qa.ticketingevents.com/v3/sessions/active
- Production Serverhttps://api.ticketingevents.com/v3/sessions/active
curl -i -X DELETE \
https://docs.ticketingevents.com/_mock/openapi/sessions/active \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "message": "The active session was ended successfully." }