Delete Carrier Monitoring


Description

This method is used to delete Carrier Monitoring data.

Authentication

Requires HTTP BASIC authentication.

HTTP Methods

Accepts DELETE requests.

URI

/api/2.0/creditors/{creditor}/carrier_monitoring/watchlist/{number}

Path Variables

Name Required/Optional Description Validation
creditor required The UUID of the creditor in the system Creditor UUID should exist in the system
number required The MC or DOT Number

HTTP Parameters

No HTTP parameters.

Curl Example

Request

curl -u apiuser:test -X DELETE "https://www.factorsnetwork.com/api/2.0/creditors/4ed02be3-7284-87ec-90da-09d66576655e/carrier_monitoring/watchlist/100"
						

Response

No Response