122123124125126127128
toDelete.getId()); } // Attempt to delete the repository, its meta data, and all // objects inside of it. deleteRepository(toDelete); return new StatusCodeOnlyCuracaoEntity(SC_NO_CONTENT); }
301302303304305306307
// The URL-decoded key of the object to delete. key, // Only delete the object if the provided ETag via the // If-Match header matches the object on disk. ifMatch); return new StatusCodeOnlyCuracaoEntity(SC_NO_CONTENT); }