Skip to main content
DELETE
/
oauth-providers
/
{provider_id}
Delete an OAuth2.0 Identity Provider
curl --request DELETE \
  --url http://localhost:3001/portal-api/oauth-providers/{provider_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

provider_id
integer
required
Example:

Query Parameters

force
boolean
Example:

Response

status
string
Example: