Skip to content

End an active API session

Request

Ends the user's active API session based on the key used to authenticate the request.

Security
SessionKey(Required scopes: customeradministrator)
curl -i -X DELETE \
  https://docs.ticketingevents.com/_mock/openapi/sessions/active \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The user's active session was ended successfully.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "The active session was ended successfully." }