Delete TLC server

Prev Next

To delete TLC server, send the following request:

DELETE https://<IA_IP_address>/config/v1/tlc/server

Options

  • IA_IP_address—The IP address of the NDR appliance running the NDR API.

Example

 https://xxx.xxx.xxx.xxx/config/v1/tlc/server

cURL code sample: delete TLC server

curl -k -u <username>:<password> -XDELETE http://xxx.xxx.xxx.xxx/config/v1/tlc/server 

This cURL sample includes the following options:

  • -X DELETE—Specifies using the DELETE method.

  • -u username:password—Specifies the username and password of the NDR appliance.

  • http://xxx.xxx.xxx.xxx/config/v1/tlc/server—The certificate request URL. Replace xxx.xxx.xxx.xxx with the IP address of your NDR appliance.

Response

Response message; Successfully deleted tlc server

Results

This example deletes TLC server from your NDR appliance.