Delete Connector

Delete Connector

Delete a connector

Request
URI
DELETE
https://{api_host}/dcc/v1/connectors/{connector-name}
COPY
Path Parameters
string
connector-name
Required

Instance id of the connector

connector-name example
demo-connector

Authentication
This operation uses the following authentication methods.
Responses
200

Connector successfully deleted

Returns DeleteConnectorResponse of type(s) application/json
{
    "instanceId": "dashboardkafka",
    "message": "Connector successfully deleted",
    "time": "2023-11-21 08:49:06.135913"
}
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

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/dcc/v1/connectors/{connector-name}