Skip to main content
POST
/
v2
/
databases
/
{database}
/
auth
/
signout
{
  "message": "Signed out"
}

Path Parameters

database
string
required

The string (id or name, depending on the credentials)

Response

200 - application/json

Successful sign out

message
string
Example:

"Signed out"