{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Delete API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Delete", "type": "folder" }, "items": [ { "info": { "name": "New Relic Delete Applications Deployments", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/applications/:application_id/deployments/:id.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "id", "value": "100", "type": "path", "description": "Deployment ID" } ] }, "docs": "This API operation allows you to delete a specific deployment record from a New Relic application by making a DELETE request to the endpoint /applications/{application_id}/deployments/{id}.json, where {application_id} is the unique identifier of the application and {id} is the specific deployment record you want to remove. This is useful for removing incorrect or outdated deployment markers from your application's deployment history in New Relic, helping maintain accurate tracking of your applic" }, { "info": { "name": "New Relic Delete Applications", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/applications/:id.json", "params": [ { "name": "id", "value": "100", "type": "path", "description": "Application ID" } ] }, "docs": "

This API endpoint deletes an application and all of its reported data.

\n\n

WARNING: Only applications that have stopped reporting can be deleted. This is an irreversible process\nwhich will delete all reported data for this application.

\n" }, { "info": { "name": "New Relic Delete Alerts Channels Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_channels/:channel_id.json", "params": [ { "name": "channel_id", "value": "100", "type": "path", "description": "Channel ID" } ] }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n

This API endpoint deletes Alerts notification channels.

\n\n

Note: User notification channels cannot be deleted.

\n\n

Note: these docs about managing alerts via NerdGraph.\n\n


\n\n

This API endpoint allows you to delete APM Application and Key Transaction, Browser and Mobile application metric conditions for your alert policies.

\n\n

Conditions for web transaction percentiles, or conditions targeting labels (dynamic targeting), are" }, { "info": { "name": "New Relic Delete Alerts Entity Conditions Entity", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_entity_conditions/:entity_id.json", "params": [ { "name": "entity_id", "value": "100", "type": "path", "description": "Entity to remove" }, { "name": "entity_type", "value": "standard", "type": "query", "description": "Entity Type" }, { "name": "condition_id", "value": "100", "type": "query", "description": "Alerts condition ID" } ] }, "docs": "🔥🔥 New users should use NRQL Alert Conditions, refer to these docs about managing alerts via NerdGraph.\n\n


\n\n

This API endpoint allows you to disassociate an entity with a specified Alerts condition.

\n\n

Note: Admin User’s API Key is required.

\n\n" }, { "info": { "name": "New Relic Delete Alerts External Service Conditions", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_external_service_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition ID" } ] }, "docs": "🔥🔥 New users should use NRQL Alert Conditions, refer to these docs about managing alerts via NerdGraph.\n\n

This API endpoint allows you to delete external service conditions associated with your alert policy.

\n\n

Note: Admin User’s API Key is required." }, { "info": { "name": "New Relic Delete Alerts Location Failure Conditions", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_location_failure_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition ID" } ] }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n


\n\n

This API endpoint allows you to Delete the alerts location failure conditions for your Alerts policy.

\n" }, { "info": { "name": "New Relic Delete Alerts Nrql Conditions", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_nrql_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition ID" } ] }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n" }, { "info": { "name": "New Relic Delete Alerts Policies", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_policies/:policy_id.json", "params": [ { "name": "policy_id", "value": "100", "type": "path", "description": "Policy ID" } ] }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n

This API endpoint deletes Alerts policies associated with your New Relic account.

\n\n

Note: Admin User’s API Key is required.

\n\n

See our documentation for a discussion on u" }, { "info": { "name": "New Relic Delete Alerts Policy Channels", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_policy_channels.json", "params": [ { "name": "policy_id", "value": "100", "type": "query", "description": "Policy ID" }, { "name": "channel_id", "value": "100", "type": "query", "description": "Channel ID" } ] }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n


\n\n

This API endpoint deletes Alerts policy/channel associations.

\n\n

Note: Admin User’s API Key is required.<" }, { "info": { "name": "New Relic Delete Alerts Synthetics Conditions", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_synthetics_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition ID" } ] }, "docs": "🔥🔥 New users should use NRQL Alert Conditions, refer to these docs about managing alerts via NerdGraph.\n\n

This API endpoint allows you to delete Synthetics conditions associated with your alert policy.

\n\n

Note: Admin User’s API Key is required.

\n\n" } ] } ], "bundled": true }