Cloud Providers /
Delete integration
Delete the given integration. Fails if the integration is associated with existing clusters.
Required permission
Account > Cloud > Integrations > Delete
Path parameters
integrationId
string requiredID of the provider integration
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/cloud-providers/integrations/{integrationId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}
Example response
409 Conflict
The integration couldn't be deleted as it has dependencies that have not been deleted