DELETE
/v1/mgmt/sso/settings

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Query Parameters

tenantIdstring
ssoIdstring
curl -X DELETE "https://api.descope.com/v1/mgmt/sso/settings?tenantId=string&ssoId=string" \
  -H "Authorization: Bearer <token>"

OK

Was this helpful?