API ReferenceManagementInbound Apps
POST
/v1/mgmt/thirdparty/consents/delete

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

consentIds?array<string>
string
appId?string
userIds?array<string>
string
tenantId?string

Delete OAuth user consents for Inbound Apps. Provide consentIds, or filter by appId, userIds, and optional tenantId.

To revoke agentic identities, use Revoke agentic identities instead — it scopes deletion to agentic consents and supports clientId and resourceId filters.

curl -X POST "https://api.descope.com/v1/mgmt/thirdparty/consents/delete" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?