cURL
curl --request POST \ --url https://api.example.com/v2/databases/{database}/auth/signout
{ "message": "Signed out" }
Ends the user session.
The string (id or name, depending on the credentials)
Successful sign out
"Signed out"
Was this page helpful?