From 16d8ab8215f065b21b2a1142203de47e8a5790ea Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 2 May 2022 10:26:38 -0400 Subject: [PATCH] Update Database Delete required status --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index cd4457b97..bf64e310e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3406,7 +3406,7 @@ paths: description: | Remove a Managed MySQL Database from your Account. - The Database must have an `active` status to perform this command. + The Database must have an `active`, `failed`, or `degraded` status to perform this command. Only unrestricted Users can access this command, and have access regardless of the acting token's OAuth scopes.