[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

Delete Connector

Description

Delete a connector

Request

Request

URL

URL


delete
https://{api_host}tcsa.host.com/dcc/v1/connectors/{connector-name}
Copy

Path Parameters

Path Parameters

string
connector-name Required

Instance id of the connector

connector-name example
"demo-connector"

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns DeleteConnectorResponse of type application/json

Connector successfully deleted

{
	"instance_id": "string",
	"message": "string",
	"time": "string"
}
string
instance_id Optional

Instance id of the connector objects


string
message Optional

Denotes the connector object deletion is successful


string
time Optional

Time of deletion in YYYY-MM-DD hh:mm::ss

Errors

Errors

400

Invalid Request sent by the user


401

User authentication failed


403

Access to the requested resource/operation is forbidden


404

Cannot find requested resource


500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}tcsa.host.com/dcc/v1/connectors/demo-connector


[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Feedback

Was this page helpful?