End Session
DELETE https://{{vaultDNS}}/api/{{version}}/session
https://developer.veevavault.com/api/24.2/#End_Session
Given an active sessionId
, inactivate an API session. If a user has multiple active sessions, inactivating one session does not inactivate all sessions for that user. Each session has its own unique sessionId
.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | null | The Vault sessionId to end. |