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

Authorizations

Authorization
string
header
required

Path Parameters

provider_id
integer
required
Example:
client_type_id
integer
required
Example:

Query Parameters

force
boolean
Example:

Response

status
string
Example: