Log-out using OIDC
Logs out from the tenant.
Base URL:
https://{tenant url}/api/rest/authentication/logout
Here is an example to log-out from 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 |