Skip to content
API Reference

Delete session

DELETE/zones/{zoneId}/sessions/{id}

Permanently deletes a session, effectively logging out the user or application

Path ParametersExpand Collapse
zoneId: string
id: string

Delete session

curl https://api.keycard.ai/zones/$ZONE_ID/sessions/$ID \
    -X DELETE
Returns Examples