Delete Connector
Delete a connector
Request
URI
DELETE
https://{api_host}/tcsa.host.com/dcc/v1/connectors/{connector-name}
COPY
Path Parameters
string
connector-name
Required
Instance id of the connector
connector-name example
demo-connector
Responses
200
Connector successfully deleted
Returns DeleteConnectorResponse of type(s) application/json
{
"message": "string",
"instance_id": "string",
"time": "string"
}
string
message
Optional
Denotes the connector object deletion is successful
string
instance_id
Optional
Instance id of the connector objects
string
time
Optional
Time of deletion in YYYY-MM-DD hh:mm::ss
400
Invalid Request sent by the user
Operation doesn't return any data structure
401
User authentication failed
Operation doesn't return any data structure
403
Access to the requested resource/operation is forbidden
Operation doesn't return any data structure
404
Cannot find requested resource
Operation doesn't return any data structure
500
Internal server error
Operation doesn't return any data structure