v0alpha2

Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.

This endpoint is useful for:

To forcefully logout the current user from another device or session

delete/sessions/{id}

Path parameters

idstring required

ID is the session's ID.

Response

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 201.

Changes