API ReferenceManagementOauth Management
DELETE
/v1/mgmt/oauth/provider

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Delete a single OAuth provider by id (system providers are reset to disabled), using a valid management key.

curl -X DELETE "https://api.descope.com/v1/mgmt/oauth/provider"
Was this helpful?