Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.45 KB

File metadata and controls

83 lines (57 loc) · 2.45 KB
title Remove agentIdentityBlueprint owners
description Remove an owner from a agentIdentityBlueprint.
author zallison22
ms.date 10/27/2025
ms.localizationpriority medium
ms.subservice entra-agent-id
doc_type apiPageType

Remove agentIdentityBlueprint owners

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Remove an owner from a agentIdentityBlueprint object. As a recommended best practice, agent identity blueprints should have at least two owners.

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

[!INCLUDE rbac-agentid-apis-write]

HTTP request

DELETE /applications/{id}/microsoft.graph.agentIdentityBlueprint/owners/{id}/$ref

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 204 No Content response code.

Example

Request

The following example shows the request.

DELETE https://graph.microsoft.com/beta/applications/{id}/microsoft.graph.agentIdentityBlueprint/owners/1511d5e7-c324-4362-ad4b-16c20076e5aa/$ref

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

HTTP/1.1 204 No Content