Endpoint
Headers
Must be
application/jsonSession token provided by the
initSession endpointAuthorization string provided by the GLPI API configuration. Required if configured in GLPI.
Response
Returns an empty response body on success.Example
Status Codes
200 OK- Session terminated successfully400 Bad Request- Error in input parameters
Notes
- After calling this endpoint, the session token becomes invalid
- Any subsequent API calls with the terminated session token will fail
- This endpoint has write access to the session (one of the few endpoints that does)
- Always call this endpoint when finished with API operations to clean up resources