Log out with Session ID
1 min
use a session id to log out of the tenant base url https //{tenant url}/api/rest/authentication/logout logging out using a session id use this information to log out of a tenant using the session id authorization url https //{tenant url}/api/rest/authentication/logout method delete header name authorization sessionkey request payload { "tenant" "{tenant url}" } status code 200
