Delete a session.
This endpoint will delete an authenticated user's session.
Path parameters
ID of the session to be deleted.
Response
Successful POST Sessions Delete JSON response
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}Changes
Changed in 4 of the 50 revisions of this API.19
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
kurozoraBearerwas removed from the APIapi-security-removed
- ○
for the
pathrequest parametersessionID, the type was generalized fromintegertostringrequest-parameter-type-generalized
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
pathrequest parametersessionID, the type changed fromstringtointegerrequest-parameter-type-changed
- ○
the endpoint scheme security
kurozoraBearerwas added to the APIapi-security-added
- ○
the endpoint scheme security
apiKeywas removed from the APIapi-security-removed
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲