Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 2.3 KB

File metadata and controls

77 lines (55 loc) · 2.3 KB
title Delete userSource
description Delete a userSource object associated with an ediscoveryHoldPolicy.
author manjarisenthil
ms.date 02/05/2025
ms.localizationpriority medium
ms.subservice ediscovery
doc_type apiPageType

Delete userSource

Namespace: microsoft.graph.security

Delete a userSource object associated with an ediscoveryHoldPolicy.

[!INCLUDE national-cloud-support]

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-ediscovery-write]

HTTP request

DELETE /security/cases/ediscoveryCases/{ediscoveryCaseId}/legalHolds/{ediscoveryHoldPolicyId}/userSources/{userSourceId}

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.

Examples

Request

The following example shows a request.

DELETE https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/4c551bc5-f6f8-435c-8391-d1a08f1ffd5b/legalHolds/2114ada2-3958-4945-bb6e-66fe9fca4772/userSources/08345ae2-bc5a-4d71-a18b-c490993959ee

Response

The following example shows the response.

HTTP/1.1 204 No Content