Skip to main content

Delete User Session by ID

Deletes a specific session for the authenticated user.

Path Parameters
session_id string REQUIRED

The ID of the session.

Responses
204

Session deleted successfully.

401

Unauthorized access.

Schema OPTIONAL
error string OPTIONAL

Error message.

403

Forbidden action.

Schema OPTIONAL
error string OPTIONAL

Error message.

404

Session not found.

Schema OPTIONAL
error string OPTIONAL

Error message.

500

Internal server error.

Schema OPTIONAL
error string OPTIONAL

Error message.