⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/auth/oauth

Unlink one OAuth provider from the authenticated user, enforcing that at least one login method remains.

DELETE/api/auth/oauth

Request Body

application/json

Response Body

application/json

application/json

[
  {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "userId": "string",
    "provider": "DISCORD",
    "username": "string",
    "accessToken": "string",
    "refreshToken": "string",
    "oauthId": "string"
  }
]

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}