Delete Mapping Enrichment Schema

Deletes a mapping enrichment schema.

🚧

Authentication

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

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

❗️

Deleting Mapping Enrichment Items

To delete a tag with mapping enrichment items, you must first delete the associated mapping enrichment schema.

Mapping enrichment schemas apply to multiple tags, and deleting a schema will remove the mapping enrichment from all associated tags. If any associated tags should remain in BigPanda, we recommend first creating the new schema, then deleting the old one.

Sample Calls

curl --request DELETE \
     --url https://api.bigpanda.io/resources/v2.1/mapping-enrichment/{mapping_enrichment_id} \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
curl --request DELETE \
     --url https://eu-api.bigpanda.io/resources/v2.1/mapping-enrichment/{mapping_enrichment_id} \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
Language