{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-delete-configuration-recorder-request-structure.json",
"name": "DeleteConfigurationRecorderRequest",
"description": "The request object for the DeleteConfigurationRecorder action.",
"type": "object",
"properties": {
"ConfigurationRecorderName": {
"allOf": [
{
"$ref": "#/components/schemas/RecorderName"
},
{
"description": "The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action."
}
]
}
},
"required": [
"ConfigurationRecorderName"
]
}