Skip to main content

Delete a User Session

Deletes the user session for the calypso-session-id cookie token included in the request headers.

Note

This endpoint does not apply if you are using a Bearer Token and initiated a session using Initiate User Session using Key and Secret.

Authorizations: All

Requests

CODE
DELETE /apis/authentication/login

Response

Success

CODE
(Empty payload)

Error

Code

Payload

 Description

404

{"code":"040022","name":"AuthSessionNotFound",
"message":"Unknown session", "httpStatusCode":404}

Authentication session does not exist or has already expired.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.