Detach Service from VPC
POST/projects/{project_id}/services/{service_id}/detachFromVPC
Disassociates a service from its VPC.
Detach Service from VPC
curl http://localhost:8080/projects/$PROJECT_ID/services/$SERVICE_ID/detachFromVPC \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $TIGER_CLOUD_API_KEY" \
-d '{
"vpc_id": "1234567890"
}'{
"message": "Action completed successfully."
}Returns Examples
{
"message": "Action completed successfully."
}