Skip to main content

Terminate a specific Session

DELETE /v2/users/self/sessions/{tokenId}/
v2
DELETE
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