def destroy
    respond_to do |format|
      if @pixel.destroy
        format.html { redirect_to pixels_path(@organization), notice: "Pixel was deleted successfully" }
        format.json { head :no_content }