Skip to main content

Terminate a specific Session

DELETE/v2/users/self/sessions/{tokenId}/
API version
v2
Request method
DELETE
Operation ID
user-terminate-session

Request

  • tokenIdstring
    required

    The sessionId is the id of the token used to create the session.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X DELETE \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/users/self/sessions/string