revoke the session and clear the cookie.
POST
End-user session operationId: sign_out/v1/dashboard/sign-out Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 Signed out
{
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X POST "http://localhost:8080/v1/dashboard/sign-out" \Try it
live requestPOST
http://localhost:8080/v1/dashboard/sign-out