Chimely
Api

Log out: delete the session and clear the cookie

POST
/admin/api/logout

Authorization

AdminSession
chimely_admin<token>

Server-side admin session cookie, set by POST /admin/api/login.

In: cookie

Response Body

application/json

curl -X POST "https://example.com/admin/api/logout"
Empty
Empty
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}