Delete a Circuit
Deleting a circuit configuration via API
While within the circuit configuration in your custom application, initiate the deletion process via a designated delete button. This action sends a DELETE request to the /resources/circuits/v1.0/{dlmCircuit} endpoint, signaling the API to remove that circuit configuration.
Upon deletion, the Public API responds with a 204 Deleted Successfully status, indicating the resource has been removed. Your custom application receives this confirmation, enabling it to notify you that the circuit resource has been deleted.
Updated about 1 year ago