To delete a volume snapshot, send a DELETE request to/v2/volumes/snapshots/$VOLUME_SNAPSHOT_ID.A status of 204 will be given. This indicates that the request was processedsuccessfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve the details of a snapshot that has been created from a volume, send a GET request to /v2/volumes/snapshots/$VOLUME_SNAPSHOT_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a volume snapshot, send a DELETE request to/v2/volumes/snapshots/$VOLUME_SNAPSHOT_ID.A status of 204 will be given. This indicates that the request was processedsuccessfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve the details of a snapshot that has been created from a volume, send a GET request to /v2/volumes/snapshots/$VOLUME_SNAPSHOT_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/volumes/snapshots/{snapshot_id}