v1

latestOpenAPI 3.0.3Apache 2.02026-07-173769114.2 KB
public

Revoke and Invalidate a Session

Use this endpoint to revoke a session using its token. This endpoint is particularly useful for API clients such as mobile apps to log the user out of the system and invalidate the session.

This endpoint does not remove any HTTP Cookies - use the Self-Service Logout Flow instead.

delete/sessions

Request body

session_tokenstring required

The Session Token

Invalidate this session token.

Response

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