Delete snapshot 2
Method | URI | Description |
---|---|---|
DELETE | /v1.1/{tenant_id}/os-snapshots/{snapshot_id} | Deletes a specified snapshot from the account. |
This operation is asynchronous. You must list snapshots repeatedly to determine whether the snapshot was deleted.
Normal response codes: 202
Request
This table shows the URI parameters for the delete snapshot request:
Name | Type | Description |
---|---|---|
{tenant_id} | String | The unique identifier of the project or account. |
{snapshot_id} | String | The unique identifier for a snapshot. |
This operation does not accept a request body and does not return a response body.