Delete site OpenSearch snapshot repository
DELETE/sites/:siteId/opensearch/snapshotRepository
Deletes the S3 snapshot repository configured for the specified site's OpenSearch index.
This removes the OpenSearch repository registration, not the site's index. This operation is not supported for OpenSearch Serverless.
Request
Path Parameters
siteId stringrequired
Site Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...