DigitalOcean-public.v2-new_Block Storage
Delete a Volume Snapshot
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 processed successfully, but that no response body is needed.
delete/v2/volumes/snapshots/{snapshot_id}
Path parameters
snapshot_idstring required
The unique identifier for the snapshot.
Response
The action was successful and the response body is empty.