SwiftGoma.SwiftGoma

Search endpoints

Jump to any API endpoint by name, method, or path

Google Account

Unlink Google account

POST/api/v1/users/google/unlink

Removes the Google account link. The account must have a password set, or another sign-in method available, before unlinking.

Requires Authorization
Authenticated action

Possible errors

409CONFLICTDéfinissez un mot de passe avant de dissocier votre compte Google.
Request
curl --request POST \
  --url https://api.swiftgoma.com/api/v1/users/google/unlink \
  --header 'Authorization: Bearer <access_token>'
200Example response
{
  "success": true,
  "data": {
    "linked": false
  }
}