Skip to main content
POST
/
auth
/
deactivate-session
Deactivate session
curl --request POST \
  --url https://api.obselite.com/v0/auth/deactivate-session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "success": true
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Body

application/json
id
string<uuid>
required

Response

Successful response

id
string<uuid> | null
required
success
boolean
required