curl -X DELETE 'https://api.hydradb.com/connectors/{connector_id}' \
-H "Authorization: Bearer $HYDRA_DB_API_KEY" \
-H "API-Version: 2"
{
"deleted": true,
"connector_id": "{connector_id}"
}
Connectors
Delete Connector
Permanently remove a connector and stop all associated syncs.
DELETE
/
connectors
/
{id}
curl -X DELETE 'https://api.hydradb.com/connectors/{connector_id}' \
-H "Authorization: Bearer $HYDRA_DB_API_KEY" \
-H "API-Version: 2"
{
"deleted": true,
"connector_id": "{connector_id}"
}
Deletes the connector and all its configured resources. Synced objects already ingested into the knowledge store are not removed.
curl -X DELETE 'https://api.hydradb.com/connectors/{connector_id}' \
-H "Authorization: Bearer $HYDRA_DB_API_KEY" \
-H "API-Version: 2"
Path parameters
| Name | Description |
|---|---|
id | Connector UUID returned by POST /connectors. |
{
"deleted": true,
"connector_id": "{connector_id}"
}
Related Resources
- List Connectors - verify the connector no longer appears
- Create Connector - start fresh
Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Path Parameters
Connector ID
Example:
"HydraDoc1234"
Was this page helpful?
