Skip to main content

Delete Carbon Copy

Permanently deletes a carbon copy rule, stopping all future traffic duplication for that rule.

Endpoint

DELETE /v2/carboncopies/{id}

Path Parameters

ParameterTypeRequiredDescription
idintegerYesUnique identifier of the carbon copy rule to delete

Response

Returns a success boolean confirming the deletion.

{
"success": true,
"data": true
}

Code Examples

curl -X DELETE "https://rest.ecgrid.io/v2/carboncopies/$ID" \
-H "X-API-Key: $ECGRID_API_KEY"

See Also