From 77ca2079a856494bc1f7be08b9a918ebe152ca7d Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Tue, 1 Sep 2020 14:00:57 +1200 Subject: [API doc] Add more description for deleting backups Change-Id: I24f3963c32a226411af8fe3155ff7d4a8ab5a880 --- api-ref/source/backups.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api-ref') diff --git a/api-ref/source/backups.inc b/api-ref/source/backups.inc index b7156a64..8b52f230 100644 --- a/api-ref/source/backups.inc +++ b/api-ref/source/backups.inc @@ -178,7 +178,8 @@ Delete database backup .. rest_method:: DELETE /v1.0/{project_id}/backups/{backupId} -Deletes a database backup. +Deletes a database backup. All the child backups are deleted automatically when +a parent backup is deleted. Normal response codes: 202 -- cgit v1.2.1