Deletes An authorized API session

Deletes An authorized API session

Deletes an authorized API session

Request
URI
DELETE
https://{api_host}/app_volumes/sessions
COPY
Responses
200

Session was destroyed or does not exist.

{
    "success": "Destroying session for \"USERNAME\""
}
string
success
Optional

Only present if successfully deleted authorized session.

string
warning
Optional

Only present if no authorized session to delete.

Response Headers

string
Set-Cookie

Session cookie.


500

Server error.

Returns ServerError of type(s) application/json
{
    "error": "Server Error",
    "detail": "Unexpected server error."
}
string
error
Optional

Server Error.

string
detail
Optional

Details of error. Exact error format subject to change depending on type of error.