Skip to main content
DELETE
/
api
/
auth
/
oauth
/
custom
/
{key}
/
config
Delete custom OAuth configuration
curl --request DELETE \
  --url https://api.example.com/api/auth/oauth/custom/{key}/config \
  --header 'Authorization: Bearer <token>'
{
  "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

key
string
required

Response

Configuration deleted

success
boolean
message
string