API Reference/Management/Third Party Apps
POST
/v1/mgmt/thirdparty/consents/delete/tenant

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
consentIdsarray<string>
appIdstring
tenantIdstring
curl -X POST "https://api.descope.com/v1/mgmt/thirdparty/consents/delete/tenant" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "consentIds": [
      "string"
    ],
    "appId": "string",
    "tenantId": "string"
  }'

OK

{}

Was this helpful?