Artboard
Google auth

Delete Google Auth Credentials

DELETE
/otto/api/google-auth/credentials

Response Body

application/json

application/json

curl -X DELETE "https://your.server.net/otto/api/google-auth/credentials"
{
  "response": {},
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}