Log out using a JWT
1 min
use a jwt to log out of the tenant base url https //{tenant url}/api/rest/authentication/logout logging out using a jwt use this information to log out of a tenant using the oidc authorization url https //{tenant url}/api/rest/authentication/login method delete header name authorization bearer jwt token request payload { "tenant" "{tenant url}" } status code 200
