Delete Chameleon Watchlist


Description

This method is used to delete the McNumber by inputting MC# or DOT# from Chameleon Watchlist.

Authentication

Requires HTTP BASIC authentication.

HTTP Methods

Accepts DELETE requests.

URI

/api/2.0/creditors/{creditor}/chameleon/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

Parameters

No HTTP parameters.

Curl Example

Request

curl -u apiuser:test -X DELETE "https://www.factorsnetwork.com/api/2.0/creditors/e6aaa036-2121-d11d-dd33-869ffac113be/chameleon/watchlist/100"
							

Response

No Response