| 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 |
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.
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]
DELETE /applications/{id}/microsoft.graph.agentIdentityBlueprint/owners/{id}/$ref| Name | Description |
|---|---|
| Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Don't supply a request body for this method.
If successful, this method returns a 204 No Content response code.
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]
HTTP/1.1 204 No Content