doc-exports/docs/css/api-ref/css_03_0036.html
gtema 72909318a9 Add css docs
Reviewed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
2022-10-19 13:04:46 +00:00

7.2 KiB

Deleting a Snapshot

Function

This API is used to delete a snapshot.

URI

DELETE /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/{snapshot_id}
Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID.

cluster_id

Yes

String

ID of the cluster to which the snapshot belongs.

snapshot_id

Yes

String

ID of the snapshot to be deleted.

Request

None

Response

None

Examples

Example request

DELETE /v1.0/6204a5bd270343b5885144cf9c8c158d/clusters/ea244205-d641-45d9-9dcb-ab2236bcd07e/index_snapshot/29a2254e-947f-4463-b65a-5f0b17515fae

Status Code

Table 2 describes the status code.

Table 2 Status code

Status Code

Code

Status Code Description

200

OK

The request is processed successfully.

400

BadRequest

Invalid request.

The client should not repeat the request without modifications.

403

Forbidden

The server understood the request, but is refusing to fulfill it.

The client should not repeat the request without modifications.