Sessions
Cancel Session
Cancel a Session by its ID
post/api/v1/sessions/{sessionId}/cancel
Path parameters
sessionIdstring uuid required
Response
OK
Example response
{
"session": {
"id": "678c1ff6-2178-49e7-81d2-548afb6f85ec",
"created": 1722526411,
"updated": 1722526722
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.