Skip to main content
POST
/
v2
/
databases
/
{database}
/
auth
/
signout
Sign out of the application
curl --request POST \
  --url https://api.example.com/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"