DeleteGlobalCluster
Deletes a global database. The primary and all secondary clusters must already be detached or deleted first.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- GlobalClusterIdentifier
-
The cluster identifier of the global database cluster being deleted.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z][0-9A-Za-z-:._]*
Required: Yes
Response Elements
The following element is returned by the service.
- GlobalCluster
-
Contains the details of an Amazon Neptune global database.
This data type is used as a response element for the CreateGlobalCluster, DescribeGlobalClusters, ModifyGlobalCluster, DeleteGlobalCluster, FailoverGlobalCluster, and RemoveFromGlobalCluster actions.
Type: GlobalCluster object
Errors
For information about the errors that are common to all actions, see Common Errors.
- GlobalClusterNotFoundFault
-
The
GlobalClusterIdentifier
doesn't refer to an existing global database cluster.HTTP Status Code: 404
- InvalidGlobalClusterStateFault
-
The global cluster is in an invalid state and can't perform the requested operation.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: