DELETE
/auth/sessions/{sessionId}Revoke a member session
Immediately invalidates one active session.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
sessionIdpath · stringrequired
Responses
204
Session revoked.
404application/json
Session does not exist.
{
"error": {
"code": "validation_failed",
"message": "One or more fields need attention.",
"details": [
{
"path": "name",
"code": "too_short",
"message": "Use at least 3 characters."
}
]
},
"request_id": "req_01J8F6C4YTP8B2S9QK1M"
}errorrequired
request_idstringrequired
Powered by heyo-docs