Rekamedika Docs
Session

POST /sign-out

POST
/api/auth/sign-out

Sign out the current user

Response Body

application/json

curl -X POST "https://example.com/api/auth/sign-out"
{  "success": true}

Is this page helpful?