Delete Integration
Use the tcb integration delete command to delete a specified integration configuration.
tcb integration delete [options]
Command Parameters
| Parameter | Description | Required |
|---|---|---|
--key-id <keyId> | Integration Key ID | No (either this or --name) |
--name <name> | Integration name | No (either this or --key-id) |
--yes | Skip interactive confirmation | No |
Usage Examples
Delete by Key ID
tcb integration delete --key-id key-721a6e232e169382d3cbc5faa3dc2cd6
Delete by Name
tcb integration delete --name my-integration
Automation Script
In CI/CD pipelines, it is recommended to use the --yes parameter to skip interactive confirmation:
tcb integration delete --key-id key-xxx --yes
Output Example
✓ Integration deleted successfully
Deleted integration:
Key ID: key-721a6e232e169382d3cbc5faa3dc2cd6
Name: my-integration
Notes
Dangerous Operation
Deleting an integration is an irreversible operation and cannot be recovered. Please operate with caution.
- Before deleting an integration, please confirm that it is no longer in use
- If the integration is bound to a cloud function, the binding relationship will also be removed after deletion
- It is recommended to use
tcb integration getto confirm integration information before deleting