Skip to content

Delete a Read Replica Set

DELETE/projects/{project_id}/services/{service_id}/replicaSets/{replica_set_id}

Deletes a specific read replica set. This is an asynchronous operation.

Path ParametersExpand Collapse
project_id: string
service_id: string
replica_set_id: string

Delete a Read Replica Set

curl http://localhost:8080/projects/$PROJECT_ID/services/$SERVICE_ID/replicaSets/$REPLICA_SET_ID \
    -X DELETE \
    -H "Authorization: Bearer $TIGER_CLOUD_API_KEY"
Returns Examples