Skip to main content
DELETE
/
api
/
identity-providers
/
{alias}
Delete identity provider
curl --request DELETE \
  --url https://api.example.com/api/identity-providers/{alias} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

alias
string
required

Response

Identity provider deleted