[BETA] Detach a DBaaS external integration from a service
[BETA] Detach a DBaaS external integration from a service
Path parameters
-
Service name
Minimum length is
0
, maximum length is63
.
Body Required
-
External Integration ID
PUT /dbaas-external-endpoint/{source-service-name}/detach
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/dbaas-external-endpoint/{source-service-name}/detach \
-H "Content-Type: application/json" \
-d '{"integration-id":"string"}'
Request examples
{
"integration-id": "string"
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}