Skip to main content

delete

This operation deletes a storage integration by ID. Use it when an external bucket credential should no longer be available to Zilliz Cloud.

Synopsis

bash
zilliz storage-integration delete --integration-id <string>

OPTIONS:

  • --integration-id (string) -

    [REQUIRED]

    Specifies the storage integration ID.

Example

bash
zilliz storage-integration delete --integration-id int-xxxxxxxx
Minimum SDK versionv1.4.x
Ctrl I