ApiManagementSso apps
DELETE
/v1/mgmt/sso/idp/app/permission

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Query Parameters

appId?string
id?string

Delete an SSO application permission by application id and permission id, using a valid management key. The permission is detached from any roles that reference it.

curl -X DELETE "https://api.descope.com/v1/mgmt/sso/idp/app/permission"
Was this helpful?