Skip to main content
POST
/
auth
/
logout
Logout
curl --request POST \
  --url https://api.nova-cloud.ai/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Use a JWT access token or API key (prefixed with nv_)

Response

200 - application/json

Logged out successfully

message
string