mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
1.8 KiB
1.8 KiB
title, description, keywords, search.product, ms.prod, ms.mktglfcycl, ms.sitesec, ms.pagetype, ms.author, author, ms.localizationpriority, manager, audience, ms.collection, ms.topic
title | description | keywords | search.product | ms.prod | ms.mktglfcycl | ms.sitesec | ms.pagetype | ms.author | author | ms.localizationpriority | manager | audience | ms.collection | ms.topic |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Delete Indicator API. | Deletes Indicator entity by ID. | apis, public api, supported apis, delete, ti indicator, entity, id | eADQiWindows 10XVcnh | w10 | deploy | library | security | macapara | mjcaparas | medium | dansimp | ITPro | M365-security-compliance | article |
Delete Indicator API
Applies to:
Note
Currently this API is only supported for AppOnly context requests. (See Get access with application context for more information)
- Deletes an Indicator entity by ID.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Get started
Permission type | Permission | Permission display name |
---|---|---|
Application | Ti.ReadWrite | 'Read and write TI Indicators' |
Application | Ti.ReadWrite.All | 'Read and write Indicators' |
HTTP request
Delete https://api.securitycenter.windows.com/api/indicators/{id}
[!includeImprove request performance]
Request headers
Name | Type | Description |
---|---|---|
Authorization | String | Bearer {token}. Required. |
Request body
Empty
Response
If Indicator exist and deleted successfully - 204 OK without content. If Indicator with the specified id was not found - 404 Not Found.
Example
Request
Here is an example of the request.
DELETE https://api.securitycenter.windows.com/api/indicators/220e7d15b0b3d7fac48f2bd61114db1022197f7f
Response
Here is an example of the response.
HTTP/1.1 204 NO CONTENT