method GcsAdapter.prototype.delete GcsAdapter.prototype.delete(key: string): Promise<void> Deletes an object from GCS. This operation is idempotent; it returns successfully even if the object does not exist. Parameters key: string Return Type Promise<void>