[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Delete Connector
DescriptionDelete a connector
Request
URLURL
https://{api_host}tcsa.host.com/dcc/v1/connectors/{connector-name}
Path Parameters
Path Parameters
string
connector-name
Required
Instance id of the connector
connector-name example
"demo-connector"
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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
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
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
On This Page
Connector Operations
post
delete