Delete Alert Enrichment Item

Deletes a specific enrichment item (Enrichment V2)

📘

New API Version & Additional Functionality

Extraction and Composition tags should not be managed using the V2.0 Alert Enrichment API. To create and manage non-mapping tags, see the Alert Enrichments V2.1 API version documenation.

If you have previously configured API management of Alert Enrichment using the V1 or V2.0 API, you can update those processes to the new version by following the steps in the Migrate to Alert Enrichment V2.1 documentation.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Calls

curl --request DELETE \
     --url https://api.bigpanda.io/resources/v2.0/alert-enrichments/85b6d236-1b63-424e-9de8-5a58dd33zzzz \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json' \
curl --request DELETE \
     --url https://eu-api.bigpanda.io/resources/v2.0/alert-enrichments/85b6d236-1b63-424e-9de8-5a58dd33zzzz \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json' \
Language