Session: Logout
This API call can be used to terminate the existing session.
Resource
https://api.infobip.com/auth/1/session/
Parameters
| Property name | Type | Description |
|---|---|---|
| Authorization* | string | Header must contain an Authorization key with an active session token. |
Request Example
DELETE /auth/1/session HTTP/1.1
Host: api.infobip.com
Content-Type: application/json
Authorization: IBSSO 6dd6956f-76c9-4316-a6dd-2a79c7834a9a
Cache-Control: no-cache
Response
{}
If the session is terminated successfully, status 204 is returned with no body content.