Delete
Delete a Volume Snapshot
/v2/volumes/snapshots/{snapshot_id}
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.
Path Parameters
snapshot_id: string
Delete a Volume Snapshot
curl https://api.digitalocean.com/v2/volumes/snapshots/$SNAPSHOT_ID \
-X DELETE \
-H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN"