Skip to main content
Log out current session
curl --request POST \
  --url https://api.acornops.dev/api/v1/auth/logout \
  --cookie acornops_cp_session=
{
  "ok": true,
  "status": "<string>",
  "message": "<string>",
  "resendAfterSeconds": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

acornops_cp_session
string
cookie
required

Response

Session cleared.

ok
boolean
status
string
message
string
resendAfterSeconds
integer