Skip to main content
DELETE
/
api
/
auth
/
oauth
/
{provider}
/
config
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required
Available options:
google,
github,
discord,
linkedin,
facebook,
microsoft

Response

Configuration deleted

success
boolean
message
string