Amazon Relational Database Service
API Reference (API Version 2013-02-12)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

DeleteOptionGroup

Description

Deletes an existing Option Group.

Request Parameters

For information about the common parameters that all actions use, see Common Parameters.

OptionGroupName

The name of the option group to be deleted.

Note

You cannot delete default Option Groups.

Type: String

Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidOptionGroupState

The Option Group is not in the available state.

HTTP Status Code: 400

OptionGroupNotFound

The specified option group could not be found.

HTTP Status Code: 400

Examples

Sample Request

https://rds.amazonaws.com/
                ?Action=DeleteOptionGroup
                &OptionGroupName=myoptiongroup

Sample Response

<DeleteOptionGroupResponse xmlns="http://rds.amazonaws.com/doc/2013-02-12/">
            </DeleteOptionGroupResponse>