REST API Reference

REST API Reference

Delete Connection

Delete Connection

The DELETE connections request deletes a connection.

Resource URL

/tdm/v1/connections/{connectionId}

HTTP Request

DELETE http(s)://
<host>
:
<port>
/api/public/tdm/v1/connections/{connectionId}

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>

Request Path Parameters

The request includes the following parameter:
Parameter
Description
connectionId
ID of the connection that you want to delete.

Sample Request

DELETE http://<host>:6605/api/public/tdm/v1/connections/U%3ANTsmzkr2Eem_wCooUicAAg

Sample Response

{ "success": true, "message": "Connection SKCopy_AutoTarget deleted" }

0 COMMENTS

We’d like to hear from you!