Identity Governance Catalog Delete

Sam Titmuss 20 Reputation points
2025-01-03T08:58:00.0033333+00:00

We are currently trying to automate the removal of deleted groups from Access Packages and Catalogs in Identity Governance as when you delete the group, the resource assignment still exists in these places.

We are able to delete the resource assignment in Access Packages with the following request:

DELETE https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/accessPackages/{access-package-id}/resourceRoleScopes/{resource-id}

Now that it is removed from the Access Package the last thing to do is remove this from the parent Catalog but unfortunately looking at the graph documentation there is no way of doing this via the API. Can this be made possible please?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,716 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yakun Huang-MSFT 8,665 Reputation points Microsoft Vendor
    2025-01-06T01:40:49.2766667+00:00

    Hello Sam Titmuss,

    Thank you for reaching out to Microsoft Support!

    According to the documentation, the Graph API does not provide an endpoint for deleting a resource assignment in the Catalog.

    You can delete a Catalog through the Catalog endpoint, but it is not possible to do more elaborate operations, as shown below:

    User's image

    Reference document:

    https://learn.microsoft.com/en-us/graph/api/resources/accesspackagecatalog?view=graph-rest-1.0

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.